/*
  .basic
-------------------------------------------------------
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote{margin:0;padding:0;}

body {
	background-color:#FFFFFF;
	background-image:url(images/bg_header.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color: #333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	}

body, p, li, td, th {
	font-size:12px;
	line-height:1.6;
	}

img{border:none;}

/*
  .link
-------------------------------------------------------
*/
a,a:visited{
	color:#AA405A;
	text-decoration:underline;
	font-weight:normal;
	}
a:hover,a:active{
	color:#AA405A;
	text-decoration:none;
	font-weight:normal;
	}

/*
  .color
-------------------------------------------------------
*/

.color-red { color:#FF3300;}

/*
  .margin
-------------------------------------------------------
*/

.adm-t5	 {margin-top:5px  !important;}
.adm-t10 {margin-top:10px !important;}
.adm-t15 {margin-top:15px !important;}
.adm-t20 {margin-top:20px !important;}
.adm-t25 {margin-top:25px !important;}
.adm-t30 {margin-top:30px !important;}
.adm-t45 {margin-top:45px !important;}

.adm-l5	 {margin-left:5px  !important;}
.adm-l10 {margin-left:10px !important;}
.adm-l15 {margin-left:15px !important;}
.adm-l19 {margin-left:19px !important;}
.adm-l20 {margin-left:20px !important;}
.adm-l25 {margin-left:25px !important;}
.adm-l30 {margin-left:30px !important;}
.adm-l40 {margin-left:40px !important;}

.adm-r5	 {margin-right:5px  !important;}
.adm-r10 {margin-right:10px !important;}
.adm-r15 {margin-right:15px !important;}
.adm-r20 {margin-right:20px !important;}
.adm-r25 {margin-right:25px !important;}
.adm-r30 {margin-right:30px !important;}

.adm-b5 {margin-bottom:5px !important;}
.adm-b10 {margin-bottom:10px !important;}
.adm-b15 {margin-bottom:15px !important;}
.adm-b20 {margin-bottom:20px !important;}
.adm-b30 {margin-bottom:30px !important;}

/*
  .float
-------------------------------------------------------
*/

.clear {
	clear:both;
	width:auto;
	height:0!important;
	margin :0;
	padding:0;
	font-size:0px;
	line-height:0;
	}

/*
  .layout
-------------------------------------------------------
*/

#wrapper {
	width :760px;
	margin :0px auto 0px auto;
	}
	
#wrapperIn {
	width :760px;
	margin :20px auto 0px auto;
	}

#navi{
	width:200px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	}
#navi ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#navi li img{
	margin:0 0 10px 0;
	vertical-align:top;
	}

/*
  .topheader
-------------------------------------------------------
*/

#topHeader {
	text-align:left;
	width:760px;
	height:140px;
	margin:0px auto 0px auto;
	padding:0;
	}
	
#topTitle{
	width:323px;
	height:86px;
	margin:34px 0 0 0;
	padding:0;
	float:left;
	}

#topLogo{
	width:427px;
	height:98px;
	margin:20px 0 0 0;
	padding:0;
	float:right;
	}
#topLogo ul{
	width:437px;
	margin:0;
	padding:0;
	list-style:none;
	}
#topLogo li{
	float:left;
	margin:0;
	padding:0 10px 0 0;
	vertical-align:bottom;
	}

/*
  .contents
-------------------------------------------------------
*/

#contents{
	width:540px;
	margin:0 0 0 20px;
	padding:0;
	text-align:left;
	float:right;	
	}

#topMenu{
	width:540px;
	margin:10px 0 0 0;
	padding:0;
	}
.topMenuLeft{
	width:260px;
	margin:0;
	padding:0;
	float:left;
	}
.topMenuRight{
	width:260px;
	margin:0 0 0 20px;
	padding:0;
	float:right;
	}
.topMenuText{
	width:250px;
	margin:10px 0 15px 10px;
	padding:0;
	}

/*
  .footer
-------------------------------------------------------
*/

#topFooter{
	border-top:2px solid #EBCAA9;
	margin:10px 0 10px 0;
	padding:5px 0 0 0;
	font-size:10px;
	color:#666666;
	}


