
body	{margin: 0;
	padding: 0}

a	{color: #017acd}

/* コンテナ */
div#container	{width: 860px;
	background-image: url(../img/line-gray220.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto}




/* ヘッダー */
div#header	{background-color: #dddddd;
	background-image: url(../img/sky-gray.jpg);
	background-position: 0 -10px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #666666;
	padding: 15px 20px 20px;
	margin-bottom: 20px}

div#header h1	{margin-top: 0px;
        margin-left: 10px;
        margin-bottom: 0px;
        font-weight: normal;
        font-size: 0.75em;}

div#header a  {background-image: url(../img/logo_title.gif);
        background-repeat: no-repeat;
        width: 195px;
        height: 39px;
        text-indent: -9999px;
        display: block;
        overflow: hidden;}

div#header p	{color: #666666;
	font-size: 0.8125em;
	margin-top: 5px;}


/* パンくずリスト */
p#bread	{font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 30px}


/* メイン */
div#main	{width: 860px;
	float: left;
	margin-right: -230px}


/* コンテンツ */
div#content	{width: 100%;
	float: right;
	margin-left: -230px;
	margin-right: auto;
	margin-bottom: 25px}

div#content h2, div#content h3, div#content p, div#content dl, div#content .ad_mid, div#content .ad_bottom {margin-left: 240px;
	margin-right: 210px;}

div#content h2	{background-color: #92c9ff;
	background-image: url(../img/grad-skyblue.png);
	background-repeat: repeat-x;
	border: solid 1px #84c2ff;
	font-size: 1em;
	color: #000000;
	line-height: 32px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0}

div#content h3	{background-color: #ffffff;
	background-image: url(../img/maru-skyblue.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 1em;
	line-height: 22px;
	padding-left: 26px;
	margin-top: 30px;
	margin-bottom: 0}

div#content p	{font-size: 0.9375em;
	line-height: 1.6;
	margin-top: 10px;}

div#content dl	{margin-top: 30px;
	margin-bottom: 25px;}

div#content dt {font-size: 0.9375em;
            	margin-top: 12px;
                margin-bottom: 20px;
                margin-left: 5px;}
                
div#content dt span {padding:3px;
                     border-bottom:dashed 1px;}

div#content dd	{font-size: 0.9375em;
	margin-top: 15px;
        margin-left: 5px;
        line-height: 1.6;}

div.ad_mid {margin-left: 5px;
        margin-bottom: 5px;}

div.ad_bottom {margin-left: 5px;
        margin-bottom: 12px;}

strong {font-weight: normal;}


/* サイドバー */
div#sidebar	{width: 200px;
	float: left;
	margin-bottom: 25px}

div.sidetitle	{background-color: #005087;
	border-bottom: none;
	color: #ffffff;
	font-size: 0.875em;
        font-weight: bold;
        padding: 5px;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;}
               
ul.sidemenu	{font-size: 0.875em;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0;}

ul.sidemenu li	{list-style-type: none;
                 background-image: url(../img/maru-green.png);
                 background-repeat: no-repeat;
                 background-position: 0.8px;
                 padding-left: 13px;
                 color: #000000;
                 border: none;
                 line-height: 24px;
                 margin-bottom: 5px;}

ul.sidemenu li a	{display: block;
	color: #000000;}

ul.sidemenu li a:hover	{background-color: #ffffff;}

table.bookmark {margin-top: 13px;
                padding-left: 7px;}

table.bookmark, img {border: 0;}

table.bookmark th {font-weight: normal;
                   font-size: 0.75em;}

table.bookmark td {font-size: 0.75em;
                   padding-top: 5px;
                   padding-bottom: 5px;}

div.ad_left {margin-left: 15px;
             margin-top: 10px;}


div.feed	{margin-top: 13px;
        margin-bottom: 10px;
	margin-left: 15px;}

div.feed a	{background-color: #ffffff;
	font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	border: solid 1px #888888;
	padding: 5px;}

div.feed img	{border: none;
	vertical-align: middle;}

div.update {font-size: 0.875em;
            margin-top: 15px;
            margin-left: 15px;
            margin-bottom: 20px;}

/* 右サイドバー */
div#sidebar-right	{width: 180px;
	float: right}

div.ad_right {margin-top: 15px;
        margin-left: 10px;
        margin-bottom: 20px;}


/* フッター */
div#footer	{background-image: none;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: solid 1px #666666;
	width: 100%;
	margin-top: 0;
	padding-top: 10px;
	clear: both}

address	{font-size: 0.875em;
	font-style: normal;
	text-align: center;
        margin-bottom:10px;}
