

* {
	margin:  0 ;
	padding: 0 ;
	border: 0;
} 

body {

	font-family: san-serif, Arial, Helvetica;
	font-size: 14px;
	line-height: 16px;

}

img {
	border: 0px;
}

.clear {
	clear: both;
}

a { color: #1c9ce6; text-decoration: none; overflow:hidden;}
a:hover{ text-decoration: underline;}
a:visited{ color: #1c9ce6;}

ul li { list-style-type: none;}

table {
	border-collapse: collapse;
	margin: 5px auto;

}
table th ,
table td { 
	border: solid 1px #aaaaaa;
	font-size: 14px;
}

th { 
	text-align: center;
}

p {
	line-height: 16px;
	font-size: 14px;
}



/*==============================================================================*/
/*                               コ  ン  テ  ナ                                 */
/*==============================================================================*/

#container, #header, #body, #footer{
	width : 920px;
}

#container{
	margin: 0 auto;

}

#header {
	height: 146px;
	position: relative;
	background: url(../images/_frame/head.gif) no-repeat 0 0;

}
#body {
	float: left;


}
#footer {
	height: 33px;
	margin-top: 40px;
	padding-bottom: 40px;
	float: left;
	background: url(../images/_frame/foot.gif) no-repeat 0 0;
	text-indent: -1000em;
	overflow: hidden;

}



/*==============================================================================*/
/*                各コンテナ内のスタイル（#contentsを除く）                     */
/*==============================================================================*/

/*---------------------- header ----------------------*/
#header #logo {
	text-indent: -1000em;
	overflow: hidden;
}

#header #blog {
	width: 60px;
	height: 60px;
	text-indent: -1000em;
	overflow: hidden;
	position: absolute;
	right: 22px;
	bottom: 9px;
}

/*---------------------- menu ---------------------*/

#menu {
	width: 115px;
	height: 565px;
	padding: 20px 0 0 20px;
	float: left;

}
#menu li {
	width: 73px;
	height: 73px;
	margin-bottom: 8px;
}
#menu li a{
	width: 73px;
	height: 73px;
	display: block;
	text-indent: -1000em;
}

#menu li#mainMenu1 a { background: url(../images/_frame/mainmenu.gif) no-repeat  0px 0px;}
#menu li#mainMenu2 a { background: url(../images/_frame/mainmenu.gif) no-repeat  0px -81px;}
#menu li#mainMenu3 a { background: url(../images/_frame/mainmenu.gif) no-repeat  0px -162px;}
#menu li#mainMenu4 a { background: url(../images/_frame/mainmenu.gif) no-repeat  0px -243px;}
#menu li#mainMenu5 a { background: url(../images/_frame/mainmenu.gif) no-repeat  0px -324px;}
#menu li#mainMenu6 a { background: url(../images/_frame/mainmenu.gif) no-repeat  0px -405px;}
#menu li#mainMenu7 a { background: url(../images/_frame/mainmenu.gif) no-repeat  0px -487px;}







/*----------------------contents  ---------------------*/
#body #contents {
	width: 780px;
	float: left;
}


/*---------------------- breadcrumbs ---------------------*/
#breadcrumbs {
	height: 18px;
	width: 786px;
	padding: 10px 0 ;
}
#breadcrumbs a {
	color: #555555;
}
#breadcrumbs a:hover {
	color: #ef9122;
}
/*----------------------contents  ---------------------*/

#body #contents h1{
	width: 786px;
	height: 39px;
	text-indent: -1000em;
	overflow: hidden;
	margin-bottom: 25px;
}

#body #contents h2{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 20px ;
	color: #ff7e00;
	letter-spacing: 1px;
}
#body #contents h3{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 20px ;
	letter-spacing: 1px;
	line-height:1.5em;
}
#body #contents h2 span,
#body #contents h3 span{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
	letter-spacing: 1px;
	line-height:1.5em;
}

#body #contents p {
	font-size: 14px;
	line-height: 24px;
	padding: 0px 0 10px 20px;
}

#body #contents .dotline {
	width: 768px;
	height: 7px;
	margin: 20px 0 35px 20px;
	background: url(../images/_frame/bg_line.gif) no-repeat  0px 0px;
	text-decoration: none;
}
#body #contents ul {
	margin: 5px 0 0 5px;
}
#body #contents ol{
	margin: 5px 0 15px 0px;
	padding-left: 20px;
}
#body #contents ul li {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 5px;
}
#body #contents table th,
#body #contents table td {
	padding: 5px;
	line-height: 1.5em;
}





/*--------------------- 共通クラス -----------------------*/


#body #contents .caption {            /* キャプション */
	display: block;
	padding: 3px 0 15px 0;
	font-size: 12px;
	color: #444444;
}
#body #contents .caption_i {            /* キャプション */
	display: block;
	padding: 3px 0 15px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #444444;
}

#body #contents .imgLeft {               /* 左寄せ */
	float: left;
	display: table;
	text-align: center;
	margin-right: 10px;
	
}
#body #contents .imgLeft2 {               /* capitonwidthなし*/
	float: left;
	display: table;
	text-align: center;
	margin-right: 10px;
}
#body #contents .imgRight {              /* 右寄せ */
	float: right;
	text-align: center;
	padding-left: 10px;
	display: table;

}
#body #contents .imgRight2 {              /* 右寄せ */
	float: right;
	text-align: center;
	padding-left: 10px;
	display: table;

}

#body #contents .imgCenter {             /* 中央寄せ */
	margin: 0 auto;
	text-align: center;
	display: table;

}
#body #contents em {
	color: #f45803;
	font-weight: bold;
	font-style: normal;
}
#body #contents .textLeft {
	text-align: left;
}
#body #contents .textRight {
	text-align: right;
}
#body #contents .textCenter {
	text-align: center;
}
#body #contents .picGroup {           
	margin: 5px auto;
	padding: 0;

}
#body #contents .picGroup .pic1 {           
	float: left;
	display: table;
	padding-right: 15px;
	text-align: center;
}
#body #contents .picGroup .pic1 img { 
}
#body #contents .picGroup .pic2 {           
	display: table;
	text-align: center;

}
#body #contents .picGroup .pic2 img {
}


/*----------------------related link ---------------------*/
#relatedLink {
	width: 468px;
	background: url(../images/_frame/related_back.gif) no-repeat 100% 0;
	margin-top: 30px;
	padding: 30px 0 30px 210px;
	float: left;
}





