@charset "UTF-8";

/*-------------------------- global --------------------------*/
* {
	margin: 0;
	padding: 0;
}
h1,h2,h3 {
    font-size: medium;
    color: #666;
    line-height: 1em;
}
h4,h5,h6 {
    font-size: small;
    color: #666;
    line-height: 1em;
}
p,li,td,th,dt,dd,textarea,input,form,pre,code {
    font-size: small;
    color: #000000;
    line-height: 1em;
}
a {
    color: #009;
    text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
    color: #900;
    text-decoration: underline;
}
a:active {
}
img {
    border: 0px;
    vertical-align: bottom;
}
ul {
    list-style-position: outside;
    list-style-type: none;

}
ol {
    list-style-position: inside;

}
fieldset {
    border: #cccccc 1px solid;
}
body {
	/*font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', osaka, arial, helvetica, sans-serif;*/
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
    background: #FFFFFF;
}
select, option, input {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
/*-------------------------- layout --------------------------*/
#headerContainer {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#header {
	width: 960px;
	margin: 20px auto 10px;
}
#mainContainer {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#searchContainer {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#content {
	float: left;
	width: 780px;
}
#side {
	float: right;
	width: 120px;
}
#footerNaviContainer {
	width: 960px;
	margin: 0 auto;
}
#footerContainer {
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
}
#footer {
	width: 960px;
	margin: 0 auto;
}
#footerNavi {
	margin-top: 10px;
}

/*-------------------------- #side .parts --------------------------*/
#side .parts {
}
.rAds {
	width: 120px;
	height: 600px;
}

/*-------------------------- #header --------------------------*/
#siteTitle {
	float: left;
	width: 375px;
	height: 60px;
}
.hAds {
	float: right;
	width: 468px;
	height: 60px;
}

/*-------------------------- #footerNavi --------------------------*/
#footerNavi {
    text-align: right;
    margin-bottom: 5px;
}
#footerNavi a {
	font-size: small;
    margin-left: 5px;
    margin-right: 5px;
}
#footerNavi .separator {
    color: #cccccc;
}

/*-------------------------- #copyright --------------------------*/
#copyright {
	text-align: center;
	margin: 10px 0px;
}

/*-------------------------- #content --------------------------*/
#content p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
#content .pageTitle {
	font-size: 30px;
	margin: 0px 0px 20px;
	/*border-bottom: 4px solid #999;*/
}
#content .pageTitle .sub {
	font-size: 12px;
	font-weight: normal;
}
#content .section {
	margin-bottom: 40px;
}
#content .subSection {
	margin-bottom: 40px;
}
#content .section .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}
#content ul {
    list-style-position: inside;
    list-style-type: disc;
	margin-bottom: 1.5em;
}
#content ul li {
    line-height: 1.5em;
}
#content ol {
    list-style-position: inside;
	margin-bottom: 1.5em;
}
#content ol li {
    line-height: 1.5em;
}
#content ul ul,
#content ul ol,
#content ol ul,
#content ol ol {
	margin-left: 2em;
	margin-bottom: 0;
}
#content table.datum {
    border-collapse: collapse;
border-collapse: separate;
border-spacing: 0;
border-top: 1px solid #999;
border-left: 1px solid #999;


}
#content table.datum tr {
}
#content table.datum th {
    font-weight: normal;
    font-style: normal;
	background-color: #ccc;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
    padding: 3px 5px;
    text-align: center;
}
#content table.datum td {
border-right: 1px solid #999;
border-bottom: 1px solid #999;
	padding: 3px 5px;
	text-align: left;
}
#content table.datum td.c {
    text-align: center;
}
#content .datumArea1 {
}
#content .datumArea1L {
	float: left;
	width: 630px;
}
#content .datumArea1R {
	float: right;
	width: 120px;
}

/*-------------------------- form --------------------------*/
#searchContainer form {
	display: inline-block;
	/*margin-right: 30px;*/
}
#searchContainer form input,
#searchContainer form select {
	vertical-align: middle;
}
#searchContainer table.form1 {
	float: left;
}
#searchContainer table.form2 {
	float: left;
	margin-left: 10px;
}
#searchContainer table.form3 {
	float: left;
	margin-left: 10px;
}
input.psearch_pname {
	width: 160px;
	height: 20px;
	padding: 5px 32px 5px 5px;
	font-size: 16px;
	border: 1px solid #ccc;
	background: url('../images/bg_psearch_s.png') no-repeat right top;
}
select.pulldown {
	height: 32px;
	padding: 5px 0px 5px 0px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size: 16px;
	color: #808080;
}
select.pulldown_tname option {
	color: #000;
}
select.tsearch_tname {
	width: 300px;
	background: url('../images/bg_tsearch_s.png') no-repeat 236px top;
}
.tsearch_tname_wrapper {
	width: 268px;
	overflow: hidden;
}
select.tsearch_tyear {
	width: 200px;
	background: url('../images/bg_tsearch_s.png') no-repeat 136px top;
}
.tsearch_tyear_wrapper {
	width: 168px;
	overflow: hidden;
}
.home input.psearch_pname {
	width: 560px;
	height: 35px;
	padding: 5px 50px 5px 5px;
	font-size: 28px;
	border: 1px solid #ccc;
	background: url('../images/bg_psearch_l.png') no-repeat right top;
}
.home .tsearch_tname_wrapper,
.home .tsearch_tyear_wrapper {
	width: 615px;
	margin: 0 auto;
}
.home select.pulldown {
	width: 645px;
	height: 45px;
	padding: 5px 0px 0px 0px;
	border: 1px solid #ccc;
	font-size: 28px;
	background: url('../images/bg_tsearch_l.png') no-repeat 567px top;
}
.home select.tsearch_tname,
.home select.tsearch_tyear {
	width: 645px;
	background: url('../images/bg_tsearch_l.png') no-repeat 567px top;
}

/*-------------------------- .mics --------------------------*/
.right {
	text-align: right;
}
