/*###################
red: #ed0000
linkBue: #5151e7
skin: #e7c751
pale: #00b0f0
gray: #777777 
###################*/

@import url("navigation.css");
@import url("home.css");
@import url("contents.css");
@import url("sitemap.css");

body{
	padding:0;
	margin:0;
	background:#f3f3f3 url(../images/mainBg.gif) repeat-x center;
	scrollbar-arrow-color:#00B0F0;
	scrollbar-base-color:#dddddd;
	scrollbar-shadow-color:#00b0f0;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#103A98;
	scrollbar-darkshadow-color:#dddddd;
	scrollbar-3d-light-color:#000000;
}

img{
	border:none;
}

.mainTable{
	margin:0 auto;
	text-align:center;
	background:url(../images/leftBar.gif) repeat-y;
}

td{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#777777;
	line-height:145%;
}

/*##################
更に詳しく
##################*/
div.detail{
	text-align:right;
	margin-right:12px;
}

div.detail a,
div.detail a:link,
div.detail a:visited,
div.detail a:active{
	color:#5151e7;
	text-decoration:none;
	border-bottom:1px dotted;
	background:url(../images/ico_002.gif) no-repeat left 45%;
	padding-left:10px;
}

div.detail a:hover{	
	border-bottom:none;
}


strong{
	font-weight:normal;
	color:#FF3300;
}














