@charset "utf-8";

/*-------------------------------------------------------

	CSS INFORMATION
	
	Site URL:
	date :
	
	Order of description
	
	
	__Default_Style_clear
	__header			(#header)
	__container			(#container)
	__content			(#content)
	__navi				(#navi)
	__supportnabi		(#supportnabi)
	__footer			(#footer)
	__sitemap			(#sitemap)
	
--------------------------------------------------------*/
/*------------------------------------------------------
	__Default_Style_clear
------------------------------------------------------*/

body {font-size: 62.5%;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,img {
	margin: 0;
	padding: 0;
}

h1,h2,h3 { font-weight: normal;}
ul,ol,li { list-style: none;}
img {
	border: none;
	vertical-align: bottom;
}

body {
	color: #333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
a		  { text-decoration: none;}
a:link    { color: #666; text-decoration: none;}
a:visited { color: #666;}
a:hover   { color: #666; text-decoration: underline;}
a:active  { color: #666;}
a:focus   { color: #666;}



#soudan070wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	color: #333;
	background: transparent;
}

/*------------------------------------------------------
	__header			(#header)
------------------------------------------------------*/
#soudan070header {
	width: 800px;
	height: 100px;
	position: relative;
	margin: 10px auto 20px auto;
}
#soudan070header h1 {
	position: absolute;
	top: 40px;
	left: 25px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	width: 427px;
}
#soudan070header h1 a {
	display: block;
	width: 800px;
	height: 100px;
}
#soudan070header p { padding: 0 0 10px 0;}
#soudan070breadCrumbs ul{
	margin: 0 0 15px 0;
	font-size: 1.2em;
}
#soudan070breadCrumbs li { display: inline;}

/*------------------------------------------------------
	__container			(#container)
------------------------------------------------------*/

#soudan070container {
	width: 800px;
	float: left;
	background: #fff;	
}

/*------------------------------------------------------
	__content			(#content)
------------------------------------------------------*/

#soudan070content {
	width: 585px;
	float: left;
	margin: 0 0 50px 10px;
	display: inline;/* Win ie6 */
}

#soudan070content p {
	margin: 0 0 0px 0;
	font-size: 1.4em;
	line-height: 1.9;
	letter-spacing: 0.1em;
}
#soudan070content img { margin: 0 0 10px 0;}
#soudan070newarticle {
	margin-bottom: 15px;
	font-size: 1.4em;
}
#soudan070newarticle ul li {
	padding-bottom: 7px;
	margin-bottom: 7px;
	background: url(../img/bottom_border.jpg) left bottom no-repeat;
}
#soudan070newarticle ul li a {
	padding-left: 14px;
	background: url(../img/ic_arrow.jpg) left center no-repeat;
}
#soudan070article {
	margin-bottom: 0;
	font-size: 1.4em;
	line-height: 1.9em;
	letter-spacing: 0.1em;
}
#soudan070article p {
	margin-bottom: 0;
	font-size: 1.0em;
}
#soudan070article dl dt,
h2 {
	padding-bottom: 7px;
	margin-top: 15px;
	margin-bottom: 7px;
	background: url(../img/bottom_border.jpg) left bottom no-repeat;
	font-weight: bold;
	font-size: 1.4em;
}
#soudan070article dl dt { font-size: 1.0em;}
#soudan070article dl dd { margin-bottom: 20px;}
#soudan070article dl dt a {
	padding-left: 14px;
	background: url(../img/ic_arrow.jpg) left center no-repeat;
}
.soudan070details p {
	 margin: 0;
	 padding: 0;
}
.soudan070details h2 {
	padding-bottom: 7px;
	margin-bottom: 7px;
	background: url(../img/bottom_border.jpg) left bottom no-repeat;
	font-weight: bold;
	font-size: 1.4em;
}

#soudan070footer_nabi p {
	margin: 0;
	font-size: 1.4em;
}
#soudan070footer_nabi p a:link    { color: #333;}
.soudan070details_col {
	margin: 0 0 15px 0;
	font-size: 1.4em;
}
#soudan070content .details_col p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
#soudan070content .details p {
	margin-bottom: 0px;
}
.soudan070details_col p a:link    { color: #333;}
/*------------------------------------------------------
	__navi			(#navi)
------------------------------------------------------*/

#soudan070navi {
	width: 185px;
	float: right;
	display: inline;/* Win ie6 */
}
#soudan070navi ul {
	padding: 10px 3px 0 8px;
	border: solid 1px #e4e4e4;
	background: #faf8f3;
	font-size: 1.2em;
}
#soudan070navi ul li {
	 padding: 0 0 15px 10px;
	 background: url(../img/ic_side_arrow.jpg) 0 0.35em no-repeat;
}

#soudan070side_nabi {
	padding: 3px;
	margin: 10px 0 0 0;
	font-size: 1.1em;
}
/*------------------------------------------------------
	__supportnabi			(#supportnabi)
------------------------------------------------------*/

#soudan070supportnabi {
	clear: both;
	width: 800px;
	margin-bottom: 10px;

}
#soudan070supportnabi .top {
	margin-bottom: 10px;
	background: #e8e4dc;
	text-align: right;
}
#soudan070supportnabi ul {
	font-size: 1.0em;
	text-align: center;
}
#soudan070supportnabi li { display: inline;}

/*------------------------------------------------------
	__footer			(#footer)
------------------------------------------------------*/
#soudan070foot_link {
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.4em;
}
#soudan070footer {
	padding-bottom: 10px;
	font-size: 1.0em;
}
#soudan070footer address {
	text-align: center;
	font-style: normal;
}

html { overflow: scroll;}/*Fire Fox*/

