/* CSS Document */

@charset "utf-8";

h1,h2,h3,h4,h5,p,blockquote,ul,ol,dl,dd {
	margin: 0;
	padding: 0;
}

img{border:none;}

body {
	text-align: center;
	font-family: verdana, arial, helvetica, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "平成角ゴシック", Osaka, Sans-Serif;
	margin: 0;
	padding: 0;
}

h1 {
 	font-size: 150%;
	margin-left:13px;
  }
  
.site_title a {color: #000080;text-decoration: none;}
.site_title a:link {color: #000080;text-decoration: none;}
.site_title a:visited {color: #000080;text-decoration: none;}
.site_title a:active {color: #000080;text-decoration: none;}
.site_title a:hover {color: #ff6347;text-decoration: none;}
  
h2 {
	font-size: 120%;
    font-weight: bolder;
    color: #000;
    line-height: 170%;
    margin: 15px 0px 15px 0px;
    text-align: center;
    background: #fed0e0 url('background.gif') ;
}

#wrapper {
    text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー*/

#header {
	margin: 0 0 10px 0;
	border-bottom:solid 2px #ccc;
}

#topcomment {
	margin: 0 0 5px 0;
	padding:0 3px; 
    font-size: 80%;
    background-color: #800000;
    color: #fff;
}

/*左側メインコンテンツエリア*/

#main {
	float: left;
	width: 400px;
	margin-bottom:15px;
}

#main li{
	margin:2px 23px 2px 25px;
	padding:3px 9px 3px 0;
    list-style-type: none;
}

#main p {
    line-height:150%;
	padding-top:12px;
}

.leftleft {
     float: left;
}

.clear {
     clear: both;
}

/*右側サイドコンテンツエリア*/

#side {
	float: right;
	width: 180px;
}

#navigationmenu {
	width: 180px;
}

#navigationmenu ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
}

#navigationmenu li {
	margin: 0;
	padding: 4px 0 4px 20px;
    background: #FFFFFF url(checkblue.gif) left center no-repeat;	
	text-decoration: none;
}

.menubox {
padding: 1px;
margin: 0 0 15px 0;
border: 1px solid #d3d3d3;
}

.linktitle {
font-size: 14px;
font-weight: bolder;
color: #000;
line-height: 170%;
margin: 0px 0px 0px 0px;
text-align: center;
background: #d3d3d3 url('http://blog.contentsgate.net/images/backline.gif') ;
}

.linktext {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
font-size: 13px;
color: #000000;
line-height: 170%;
margin: 5px 0px 15px 0px;
}

.linktext ul {
list-style-type: disc;
}

.rightlinks{
list-style: disc;
}

.linktext p {
padding: 2px 2px 2px 3px;
}

/*フッター*/

#footer {
	border-top:solid 2px #ccc;
	clear:both;
	margin:30px 5px 0 5px;
	padding:10px 0;
	text-align:center
	}


