/* ボディに関するCSS */
body {
	font-size: 13px;
	line-height: 150%;
	background-image:  url(img/bck.gif);
	margin: 0px;
	padding: 0px;
}

/* ページ構造に関するCSS */
#wrapper {
	width: 738px;
	background-color: #FFF;
}

#gad_chn01 {
	font-size: 100%;
	line-height: 170%;
	margin:0px 30px;
	padding:0px;
	list-style:none;	
	float:left;
}

#content {
	padding: 25px;
	width: 450px;
	float:left;
}

<!--ナビゲーション 
#nav{
	padding: 25px;
        margin-bottom: 0px;
	float:left;
	}
-->
#menu_title{        
        padding-left: 15px;
        padding-top: 2px;
        padding-bottom: 2px;
}

#menu_table{
        padding: 25px;
        margin-top: 25px;
        margin-left: 5px;
        width: 210px;
        text-align: left;
        border-collapse: collapse;
	float:left;
	}

#menu_tr{
        text-decoration: none;
        }

#menu_th1{
        background-color: orange;
        color:white;
}

#menu_th_g{
       background-color: lightgrey;
}

#menu_th_s{
       background-color: cornsilk;
}

#sub_menu_title{        
        padding-left: 15px;
        padding-top: 2px;
        padding-bottom: 2px;
        text-indent: 2em;
}

#sub2_menu_title{        
        padding-left: 15px;
        padding-top: 2px;
        padding-bottom: 2px;
        text-indent: 4em;
}

#sub_menu_tr{
        text-decoration: none;
        }

#sub_menu_th1{
        background-color: orange;
        color:white;
}

#sub_menu_th_s{
       background-color: cornsilk;
}

#sub_menu_th_g{
       background-color: lightgrey;
}

#osusume_table{
        padding: 25px;
        margin-top: 25px;
        margin-left: 5px;
        width: 450px;
        text-align: left;
        border-collapse: collapse;
	float:left;
	}

#osusume_td{        
        padding-left: 3px;
        padding-top: 3px;
        padding-bottom: 3px;
}

#h2_2{
        margin-left: 0px;
        border-left: solid 12px;
        border-bottom:2px solid;
        border-left-color: orange;
        border-bottom-color: orange;
}

#h3{
        margin-left: 0px;
        border-left: solid 12px;
        border-bottom:2px solid;
        border-left-color: orange;
        border-bottom-color: orange;
}

#inf{
        margin-top: 5px;
        margin-left: 0px;
    }

#h2_3{
        margin-left: 0px;
        border-left: solid 12px;
        border-bottom:2px solid;
        border-left-color: orange;
        border-bottom-color: orange;
}

#footer {
	padding: 0px 0px 15px;
	clear:left;

}

#nikki{
        text-align: center;
}

/* ヘッダーに関するCSS */
h1 {
	margin:15px;
	padding:15px;
        background-color: orange;
        color:white;
}

#h1_span{
        font-size:15px;
}

#logo {
	margin: 18px;
}

/* コンテンツに関するCSS */
#content h2 {
	font-size: 14px;
	width: 100%;
	height:24px;
	padding: 2px 0px 2px 5px;
}

#content h3 {
	font-size: 12px;
	width: 100%;
	height:24px;
	padding: 2px 0px 2px 5px;
}

#content p {
	font-size: 14px;
	width: 100%;
	height:24px;
	padding: 2px 0px 2px 5px;
}

p.personal-history {
	margin-top: 0px;
	margin-bottom: 20px;
}

/* ナビゲーションに関するCSS */
#nav h2{
	width:210px;
	margin:0px 0px 8px;
	padding:0px;
	background-image: none;
}
#nav ul {
	margin: 10px 0px 0px;
	padding: 0px;
	list-style: none;
}
/* フッターに関するCSS */
hr {
	height:2px;
	width:98%;
        color:orange;
}
#credit {
	text-align: center;
	padding-right: 10px;
}

#counter {
	text-align: center;
	padding-right: 10px;
}

/* リンクに関するCSS */
a:link {
	color: #00F;
	text-decoration:none;
	border-bottom:1px solid #00F;
}
a:visited {
	color: #936;
	text-decoration:none;
	border-bottom:1px solid #936;
}
a:active, a:hover {
	color:#936;
	text-decoration:none;
	border-style:none;
	background-color: #EFD1E0;
}
#content h2 a{
	color:#000;
	background-color:transparent;
}