/* 全体の設定*/
body{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	font-weight:normal;/*文字の太さ*/
	font-size:small;/*文字の大きさ*/
	text-align:center;/*文字の寄せ方*/
	color:#000000;/*文字の色*/
	background-color:#FFFFFF;/* 背景の色 */
}

/* メインコンテンツ */
#structure{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin: 0 auto; 
	position: relative;
}

/* ヘッダー */
#head{
	width:97%;
	font-size:large;
	text-align:right;
}
#link ul{
	float:right;
	list-style:none;
	text-align:right;
}
#link li{
	text-align:right;
	width:90px;
	height:32px;
	float:left;
}

#copyright{
	clear:right;
}

/* フッター */
#foot{
	text-align:right;
	float:right;
	color:#c0c0c0;
}

/* イメージ */
#img{
	margin-top:10px;
}

/* 横線 */
hr{
	width:95%;
	border:double #4169E1;
	border-width:3px 0px;
	height:6px;
}

#error{
	color:#FFA500;
}


/*リンク関係*/
a:link {/*リンクされた文字の色*/
	color:#0000FF;/*文字の色：青*/
	font-style:normal;
	text-decoration:underline;/* 下線 */
}
a:visited {/*訪問後の色*/
	color:#934C7B;/*文字の色：紫*/
	text-decoration:underline;/* 下線 */
}
a:hover {/*カーソルを合わせたときの色*/
	color:#ff0000;/*文字の色：赤*/
	font-style:normal;
	text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
	text-decoration:none;/* なし */
}

li#twitter a{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../img/tw-fb_link_cmb.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-1000em;
	text-decoration:none;
}
li#twitter a:hover{
	background-image:url(../img/tw-fb_link_cmb.png);
	background-position:-90px 0px;
}
li#facebook a{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../img/tw-fb_link_cmb.png);
	background-position:0px -32px;
	background-repeat:no-repeat;
	text-indent:-1000em;
	text-decoration:none;
}
li#facebook a:hover{
	background-image:url(../img/tw-fb_link_cmb.png);
	background-position:-90px -32px;
}