body{
	margin: 0px;
	padding: 0px;
	background-color: #ede0ce;
	font-family: Verdana,Arial,sans-serif;
	letter-spacing: 1px;
	font-size: small;
	}

blockquote{
	background-color: #d2dbe6;
	padding: 10px;
}

code {
	font-size: small;
}

abbr {
	text-decoration: none;
}

a:link {
	text-decoration: underline;
	color: #755f43;
}

a:hover {
	background-color: #f4ebe0;
}

a:action {
	background-color: #f4ebe0;
}

a:visited {
	text-decoration: underline;
	color: #755f43;
}

/* 解説用画像 */
.ps_img {
	border: solid 1px #999999;
	margin: 15px 15px 25px 0px;
}

/* リスト部分 */

#main ol {
	list-style-position: inside;
	padding:0px;
	margin:0px;
}
#main ol li{
	list-style-position: inside;
	margin:20px 0px;
	padding: 5px 10px 0px 10px;
	border-bottom: 2px dashed #6985aa;
}
#main ul li{
	border-bottom: none;
}

/* ページタイトル */
h1{
	padding: 20px 30px 20px 30px;
	margin: 0px;
	color: #FFF;
	font-weight: normal;
	font-size: 250%;
}

/* カテゴリタイトル */

h2{
	background-color: #bb7270;
	padding: 5px 5px 2px 5px;
}

h2 span{
	display: block;
	border-bottom: 1px solid #ffc2c0;
	color: #FFF;
	font-weight: normal;
	padding: 4px;
}


h3{
	border-left: 5px solid #bb7270;
	padding-left:5px;
	
}

h4{
	display: inline;
}

.clear {
	clear:both;
	height: 0px;
	list-style-type: none;	
}

/* pre code を利用した長いタグ用 */

.source_code{
	width: 90%;
	height: 15em;
	overflow:auto;
	border: solid 1px #999999;
	
}

/* パスとか */

.blue {
	color:#006;
	}
	
.red {
	color:#C00;
}


/* 以下個別設定 */

#wrapper {
	width: 800px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background: #3d5d89 url(../img/bg.png) repeat-y scroll;
}

#header{
	padding: 0px;
	margin: 0px;
}

#top{
	width: 800px;
	height: 41px;
	background-image: url(../img/top.png);
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
}

#title{
	background: #6984a9 url(../img/title_bg.png) repeat-y;
}

#ic_logo{
	border:0px;
	float: right;
	margin-right: 30px;
}

#comment{
	color: #FFF;
	margin: 10px 35px;
}
/* ここまでへっだ */

#container {
	margin: 0px;
	padding: 0px;
	background: #FFF url(../img/main_bg.png) repeat-y;
	width: 800px;
	
}

/* グローバルナビ */
#groval_navi{
	width: 740px;
	margin: 20px 30px 10px 30px;
}

/* コンテンツって画像 */

#groval_navi img{
	padding: 0px;
	margin: 0px;
}

#menu_list{
	margin: 0px;
	padding: 0px;
}

#menu_list .left{
	height: 2em;
	background-color: #8b3f3d;
	list-style-type: none;
	float: left;
	padding: 0px 5px 2px 5px;
	font-size:small;
	color: #6b2a28;
	vertical-align: middle;
}

#menu_list a{
	border-bottom: 1px dashed #ffc2c0;
	padding: 3px;
	text-align:center;
	display: block;
	color: #FFF;
	text-decoration: none;
}

#menu_list a:hover{
	background-color: #ffc2c0;
	border-bottom: 1px dashed #000;
}

#menu_list a:hover{
	color: #000;
}

/* 前後のページへのリンク用　上 */
#navi{
	width: 800px;
	background: #ede0ce url(../img/topic_path.png) repeat-y;
}

#navi_link{
	margin: 0px 60px 5px 60px;
	text-align: right;
}

#navi_link a{
	margin:0px;
}

#navi_link a:hover {
	color: #000;
}

#navi_link a:action {
	color: #000;
}

/* 前後のページへのリンク用　下 */
#bottom_navi{
	margin-bottom: 10px;
	text-align: center;
}

#bottom_navi a{
	margin: 0px;
}

/* 白枠の中身だーよ */

#main{
	width: 700px;
	padding: 30px 50px 0px 50px;
}

/* コピー部分だぁよ*/
#bottom{
	clear: both;
	background: #3d5d89 url(../img/btm_bg.png) repeat-y;
	color: #FFF;
}

#bottom a{
	color: #FFF;
	background-color: #3d5d89;
}

#bottom a:link{
	color: #FFF;
}

#bottom a:action{
	color: #FFF;
}


#bottom a:hover{
	color: #FFF;
}


#bottom a:visited{
	color: #FFF;
}

#bottom #caution{
	padding: 10px 40px 0px 40px;
	text-align: left;
	list-style-type: none;
	font-size: x-small;
	_padding: 5px 0px;
}

#bottom #caution .first{
	color: #F30;
}

#bottom img{
	padding: 10px 5px 0px 0px;
}

#bottom #copyright{
	padding: 0px 40px 10px 40px;
	text-align: center;
	list-style-type: none;
	_padding-bottom: 10px;
}
