/** 共通 **/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/WIREDMARKER_BG.png);
	background-repeat: repeat;
	color: #444444;
	font-family: Arial, Helvetica, Verdana,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro", Osaka,"メイリオ", Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
}

img {
	border :0px;
}

/** コンテンツ全体 **/
.container {
	width: 780px;
	background-color: #FFFFFF;
	margin: auto;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	border: solid 1px #B4B4B4;
	text-align: center;
}

.container a:link,.container a:visited,.container a:active {
	font-size: 12px;
	color: #444444;
	text-decoration: underline;
}

.container a:hover {
	font-size: 12px;
	color: #0044FC;
	text-decoration: underline;
}

/** ヘッダ **/
#header {
	margin: 5px 0 0 0;
}

.headerLogo {
	float:left;
	margin: 2px 0 0px 12px;
	text-align: left;
}

#breadCrumb {
	height: 28px;
	font-size: 12px;
	padding: 6px 5px 2px 5px;
	text-align: left;
	background: #FFFFFF url('images/top_back.png') repeat-x;
}

/** フッタ **/
#footer {
	height: 28px;
	margin-top: 50px;
	font-size: 12px;
	padding: 6px 5px 0 5px;
	text-align: center;
	background: #FFFFFF url('images/top_back.png') repeat-x;
}

/** ナビゲーション **/
#navigation {
	float: left;
	width: 200px;
	background: #FFFFFF url('images/navi_back.png') repeat-y;
	vertical-align: top;
	margin: 5px 8px 0 8px;
	text-align: left;
	padding: 0;
}

#navigation ul {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	padding: 0;
	font-size: 12px;
}

#navigation li {
	list-style-position: inside; 
	list-style-image: url(images/marker_green.gif);
	margin: 0 0 5px 5px;
}

#navigation_sub li {
	list-style-position: inside; 
	list-style-image: url(images/marker_blue.gif);
	margin: 0 0 5px 5px;
}

#navigation a {
	color: #333333;
	text-decoration: none;
}

#navigation a:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

/** コンテンツ **/
#contents{
	float: right;
	width: 520px;
	padding: 0 25px 0 0;
	text-align: left;
	margin: 5px 0 0 0;
}

#contents h1 {
	width: 500px;
	padding: 0px;
	margin: 5px 0px 10px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #F64D96;
	text-align: left;
	font-weight: bold;
	background: #FFFFFF url('images/h1.png') no-repeat;
}

#contents h1 a {
	font-size: 20px;
	color: #F64D96;
	text-decoration:none;
}


#contents h2 {
	width: 500px;
	padding: 2px;
	margin: 3px 3px 3px 3px;
	font-size: 18px;
	font-weight: bold;
	color: #fd8c05;
	text-align: left;
	background: #FFFFFF url('images/h2.png') no-repeat;
}

#contents h2 a {
	font-size: 18px;
	color: #fd8c05;
	text-decoration:none;
}


#contents h5 {
	width: 500px;
	padding: 4px;
	padding-left: 18px;
	margin: 0px 0px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #21ABCD;
	text-align: left;
	background: #FFFFFF url('images/h5.png') no-repeat;
}


#contents h5 a {
	font-size: 12px;
	color: #21ABCD;
	text-decoration:none;
}


#contents h4 {
	width: 500px;
	padding: 2px;
	margin: 3px 3px 3px 3px;
	font-size: 16px;
	font-weight: bold;
	color: #82C51B;
	text-align: left;
	background: #FFFFFF url('images/h4.png') no-repeat;
}

#contents h4 a {
	font-size: 16px;
	color: #82C51B;
	text-decoration:none;
}


#contents p {
	width: 500px;
	padding: 0px;
	line-height: 1.5em;
	margin: 0 auto;
	margin-bottom: 8px;
	text-align: left;
}

#contents ul {
	margin			: 0px;
	text-align		: left;
	margin-top		: 2px;
	margin-bottom	: 2px;
	margin-left		: 20px;
}

#contents ol {
	margin			: 0px;
	text-align		: left;
	margin-top		: 2px;
	margin-bottom	: 2px;
	margin-left		: 20px;
}

#contents li {
	line-height: 1.5em;
	list-style-image: url( images/img003.gif );
	padding-right: 15px;
	margin-left: 1.5em;
	padding-bottom: 3px;
}


#concept_table {
	width: 500px;
	margin-bottom: 25px;
	}

#concept_table td {
	background-image: url(images/back_concept.gif);
	background-repeat: repeat;
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica, Verdana,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro", Osaka,"メイリオ", Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	}

.Win7ImgBorder {
	border:solid 3px black;
}