/* @override 
	http://styh3111.cpinet.jp/spc-sec.co.jp/css/common.css
	http://www.styh3111.cpinet.jp/spc-sec.co.jp/css/common.css
*/

body * {
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 100%;
}

/* only IE6 */
* html body * {
	font-family: Meiryo, 'MS PGothic', san-serif;
}

/* only IE7 */
*:first-child+html body * {
	font-family: Meiryo, 'MS PGothic', san-serif;
}

body {
	background: #fff;
	margin: 0 0 20px 0;
	color: #333;
}

img {
    border: 0;
}

ul, ol {
	list-style: none;
}

div.clear {
	clear: both;
}

a:link, a:visited {
	color: #04576e;
}

a:hover, a:active {
	color: #008db4;
}

div#wholewrapper {
	width: 800px;
	padding: 0;
	margin: 0 auto 20px;
	background: transparent url(../images/contents_bg.png) repeat-y;
}

div#wholewrapper div.bgwrapper{
	width: 800px;
	padding: 0 10px 25px;
	margin: 0;
	background: transparent url(../images/contents_bottom.png) no-repeat center bottom;
}

/* @group Header */

div#header {
	position: relative;
	width: 800px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
	background: transparent url(../images/header_bg.gif) no-repeat;
}

div#header h1 {
	margin-top: 10px;
}

ul#globalmenu {
	margin-bottom: 7px;
}

ul#globalmenu li {
	width: 136px;
	height: 41px;
	margin-bottom: 1px;
	overflow: hidden;
}

ul#globalmenu li a {
}

div#headerruby {
	position: absolute;
	font-size: 11px;
	height: 12px;
	line-height: 12px;
	top: 59px;
	left: 147px;
}

/* @end */

div#leftcolumn {
	width: 140px;
	float: left;
}

div#rightcolumn {
	width: 621px;
	float: right;
}

/* @group Local Contents */

div#localcontents {
	width: 574px;
	padding: 25px 20px;
	border: 1px solid #A5CF4D;
	border-top: none;
}

div#localcontents.topleftborder {
	border: none;
	border-top: 1px solid #A5CF4D;
	border-left: 1px solid #A5CF4D;
}

div.contentswithborder {
	margin: 20px 5px 0;
	padding: 2px 0 2px 20px;
	background: transparent url(../images/local_left_border.png) no-repeat left top;
}

div.contentswithborder,
div.contentswithborder * {
	line-height: 1.2;
}

div.contentswithborder ul.list {
	list-style: disc;
	list-style-position: inside;
}

div.contentswithborder ul.list li {
	margin: 4px 0;
}

div#localcontents h4.yellowgreentitle {
	border-left: 6px solid #D1E4A5;
	margin-left: 4px;
	padding-left: 8px;
	font-size: medium;
	line-height: 1.4;
	color: #127E6B;
}

div.contentswithborder h5 {
	margin: 15px 0 5px;
}

div.contentswithborder h5.greentitle {
	color: #127E6B;
	margin: 10px 0;
}

div.contentswithborder h5.greentitle:first-child {
	margin-top: 0;
}

/* @end */

/* @group Local Menu */

div#localmenu {
	width: 616px;
	height: 53px;
	background: transparent url(../images/localmenu_bg.png) repeat-x center top;
	overflow: hidden;
}

div#localmenu ul li {
	float: left;
}

/* @end */

/* @group Footer */

div#footer {
	margin: 30px auto 0;
}

ul#footermenu {
	width: 100%;
	margin: 10px 0 6px;
	padding: 4px 0;
	border: 1px solid #127E6B;
	border-left: none;
	border-right: none;
	text-align: center;
}

ul#footermenu li {
	display: inline;
	padding: 0 8px;
}

ul#footermenu li a {
	font-size: 11px;
}

ul#footermenu li a:link,
ul#footermenu li a:visited {
	text-decoration: none;
}

ul#footermenu li a:hover,
ul#footermenu li a:active {
	text-decoration: underline;
}

div#footer address {
	font-style: normal;
	font-family: sans-serif;
	color: #808080;
	text-align: right;
}

div#footer address .company {
	padding-left: 1em;
}

/* @end */

div#localheader {
	width: 749px;
	height: 73px;
	overflow: hidden;
}