/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size:small;
	line-height: 1.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	color: #444444;
}

body {
	text-align: center;
	background: #EFEFEF url(../images/body_back.gif) repeat-y center center;
	height:100%;
}
body div {
	text-align: left;
	margin: 0 auto;
}

hr{
	margin:10px 0px 15px;
	border-top: 1px solid #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3{
	font-size:26px;
	line-height:36px;
	color: #666666;
	display: block;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 5px;
}
h3 #cap{
	font-size:10px;
	color: #999999;
}

p{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#container{
	width: 640px;
	background: #FFFFFF;
	padding: 5px 40px 0px 0px;
}
#container img{
	text-align: left;
	clear: none;
	float: none;
}

#topmargin {
	background: #EFEFEF;
	height: 30px;
	width: 690px;
}

#header {
	padding: 0px;
	background: #FFFFFF;
	width: 680px;
	height: 100px;
}

#printHead{
	display:none;
}

#main {
	width: 500px;
	float: left;
}

#sub {
	float: left;
	width: 115px;
	margin-right: 25px;
	clear: right;
	padding-left: 0px;
}
#sub #subscreen {
	width: 115px;
}
#sub #subprint{
	display:none;
}

.clear{
	clear:both;
	height: 2px;
}

#footer {
	clear:both;
	width: 680px;
	height: 80px;
	font-size: 10px;
	line-height: 12px;
	background: url(../images/footer.gif) no-repeat 0px 0px;
	text-align: center;
}
#footer hr{
	margin:15px 0px;
	color:#CCCCCC;
	padding-top: 10px;
}

#printfooter {
	display:none;
}


 jpg／svgで分岐 
.centering {
	text-align: center;
}
/*.centering img{
	display:block;
}
.centering embed{
	display:none;
}
*/

ul{
	margin-bottom: 10px;
	clear: both;
	margin-left: 20px;
}
ul li{
	margin-left: 20px;
	display: block;
	list-style-position: inside;
	list-style-type: none;
}
ol{
	margin-bottom: 10px;
}
ol{
	margin-left: 10px;
	list-style: decimal inside;
}

.f10 {
	font-size: 10px;
	line-height: 15px;
}
.col_ccc{
	color:#CCC;
}
.col_999{
	color:#999;
}

.impostr{
	display:inline;
	background-color:#990000;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-right: 10px;
	text-decoration: none;
}
