﻿/***************************************
 * common.css
 ***************************************/

/* [layout] //////////////////////////*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;

	color: #333;
	background: url(../image/bg.gif) repeat;
}
a:link {
	color: #36c;
	text-decoration: underline;
}
a:visited {
    color: #993399;
    text-decoration: underline;
}
a:hover {
	color: #f60;
	text-decoration: none;
}

a:active { 
    color: #ff8000;
    text-decoration: none; 

}


img {
	border: none;
}
input, textarea, select {
	font-size: 1em;
}
option {
	padding: 0 3px;
}
table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}

/* [#wrapper] ////////////////////////*/
#wrapper {
	overflow: hidden;
	width: 760px;
	margin: 0 auto 30px;
	padding: 20px 10px 0;
	background: url(../image/bg2.gif) no-repeat left bottom #fff;
}

/* [#header] /////////////////////////*/
#header {
	overflow: hidden;
	width: 760px;
}
#header h1 {
	width: 316px;
	float: left;
}
#header div.s_menu {
	width: 368px;
	padding: 15px 16px;
	line-height: 1.3em;
	float: right;
	background: url(../image/head/s_menu.gif) no-repeat;
}
#header div.s_menu h2 {
	font-size: 12px;
}
/* [#menu] */

#menu {
	padding: 0 0 8px 440px;
	height: 24px;
	line-height: 24px;
	background: url(../image/head/menu_bg.gif) no-repeat;
}
#menu li{
	display: inline;

}
#menu li a {
	text-decoration: underline;
}

/* [.pan] ///////////////////////////*/
.pan {
	margin: 10px 0 0;
}

/* [#main] ///////////////////////////*/
#main {
	overflow: hidden;
	width: 760px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#main h3 {
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	font-size: 12px;
	color: #fff;
	background: url(../image/main/head_bg.gif) no-repeat;
}
#main table.thread {
	width: 100%;
	background: #FFDDBB;
	border-top: 1px solid #FF7C00;
	border-left: 1px solid #FF7C00;
	margin-bottom:5px;	
}
#main table.thread div {
	height: px;
	line-height: 16px;
	padding: 5px;
}
#main table.thread th {
	border-right: 1px solid #FF7C00;
	border-bottom: 1px solid #FF7C00;	
}
#main table.thread td {
	border-right: 1px solid #FF7C00;
	border-bottom: 1px solid #FF7C00;	
}
#main table.thread td.list {
	font-weight: bold;
	text-align: center;
	background: #FFA640;
}
#main table.thread td span.s1 {
	display: block;
	margin-right: 5px;
	float: left;
}
#main table.thread td span.s2 {
	display: block;
	float: left;
	font-size: 10px;
}
#main table.contents {
	width: 100%;
	border-top: 1px solid #FF7C00;
	border-left: 1px solid #FF7C00;
}
#main table.contents td {
	border-bottom: 1px solid #FF7C00;
	border-right: 1px solid #FF7C00;
}
#main table.contents td.title {
	font-weight: bold;
	background: #FFA640;
	border-bottom: 1px solid #FF7C00;
	border-right: 1px solid #FF7C00;
}
#main table.contents td.title2 {
	font-weight: bold;
	background: #FFDDBB;
	border-bottom: 1px solid #FF7C00;
	border-right: 1px solid #FF7C00;	
}
#main table.contents td div {
	padding: 5px;
}
#main table.contents td dl {
	padding: 5px;
}
#main table.contents td dl dt {
	padding: 3px 0;
}
#main table.contents td dl dd {
	padding: 3px 0;
}
#main table.contents td dl dt span {
	font-weight: bold;
}
#main table.contents td div.button {
	padding: 10px;
	text-align: right;
}

/* [div.page] ////////////////////////*/
.page {
	margin: 10px 0;
	line-height: 1.5em;
}

/* [div.icon] ////////////////////////*/
.icon {
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
	border: 1px solid #FF7C00;
	background: #FFDDBB;
}
.icon td div {
	padding: 3px 10px;
}

/* [div#footer] //////////////////////*/
#footer {
	text-align: center;
	line-height: 1.6em;

}
/* [misc] ////////////////////////////*/
.clear {
	clear: both;
}
.r {
	text-align: right;
}
.c {
	text-align: center;
}
p.toTop {
	text-align: right;
	padding: 10px 5px;
}

/* [div.box] /////////////////////////*/
.box {
	overflow: hidden;
	width: 738px;
	padding: 10px;
	border: 1px solid #FF7C00;
	background: #FFDDBB;	
}
.box ul{
	width: 738px;
	margin: 10px 0;
}
.box ul li {
	margin: 0 10px 0 15px;
	line-height: 20px;
}
.box table {
	padding-left: 15px;
}
.box table td.sample {
	font-weight: bold;
	color: #0000FF;
}

/* [div.form] ////////////////////////*/
#main form table {
	width: 100%;
	border-top: 1px solid #FF7C00;
	border-left: 1px solid #FF7C00;
}
#main form table div {
	padding: 5px;
}
#main form table th {
	width: 150px;
	background: #FFA640;
	border-right: 1px solid #FF7C00;
	border-bottom: 1px solid #FF7C00;
}
#main form table td {
	background: #FFDDBB;
	border-right: 1px solid #FF7C00;
	border-bottom: 1px solid #FF7C00;
}
.bot {
	margin: 10px 0 0;
	text-align: right;
}

#my {font-size:12px; color:#333333; line-height:1.4em;
     margin-left:20px;list-style-type:none;
     }
#my ul {color:#333333; font-size:12px; margin:5px 5px 5px 20px;list-style-type: none; padding:0;}

#my li {background-image:url(../../fw/list3.gif); background-repeat:no-repeat;
        padding-left:20px; margin:0px; background-position:left -2px; padding-top:0px;}     
     
     
     
