@charset "utf-8";

*{margin:0;padding:0}

body{
	color:#333;
/*	background:url(./css_images/back.gif) center center repeat-y;
*/
}

em{
	font-style:normal;
	color:tomato;
}
img {border:none;}

a{color:dodgerblue;text-decoration:none}
a:hover{color:darkorange;text-decoration:underline}
a:visited{color:mediumorchid;}

ul{list-style-type:none;}
ol{margin-left:30px;}
.err{font-size:90%;color:red;font-weight:normal;}

address{
	clear:both;
	text-align:center;
}

.li_line{line-height:1.4;}

div.centermenu{
	margin-bottom:5px;
	padding:2px 0 5px 0;
	list-style-position:inside;
	list-style-type: none;
	text-align:center;
	background:whitesmoke;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	font-size:90%;
}

div.centermenu ul li{
	display:inline;
	margin:0 5px;
}

div.inside{
	list-style-position:inside;
	list-style-type: none;
}

div.inside ul li{
	float:left;
}


dl.detail{
	font-size:80%;
	line-height:1.4;
}
dl.detail dt{
	border-bottom:1px solid gray;
	padding-left:3px;
	margin-bottom:3px;
}
dl.detail dd{
	padding-left:6px;
	margin-bottom:5px;
}

dl.link_list{
	font-size:80%;
	line-height:1.4;
}
dl.link_list{
	border-bottom:1px solid gray;
	padding-left:3px;
	margin-bottom:3px;
}
dl.link_list{
	padding-left:6px;
	margin-bottom:5px;
}

dl.caption{
	font-size:80%;
	margin-bottom:10px;
}

dl.caption dt{
	margin:5px 0;
	font-weight:bold;
}
dl.caption dd{
	background:whitesmoke;
	padding-left:1em;
}

div#side_cart p{
	text-align:center;
	margin:0 auto;
}

div.mypage_news{
	padding:10px;
	background:whitesmoke;
	font-size:85%;
}
ul.news{
	font-size:85%;
	margin:0 1em;
	color:dimgray;
}
ul.news li{
	margin:0.5em 0;
	color:dimgray;
}

div.privacy{
	font-size:85%;
}
div.privacy ol {
	margin-bottom:10px;
}
div.privacy ol li {
}

div.centerbox{
	margin:15px;
}

div.centerbox h3{
	margin:10px 0;
	line-height:1.4;
	color:coral;
}
div.centerbox p{
	margin:10px 0;
	line-height:1.4;
}

div.centerbox h4{
	margin:10px 0;
	line-height:1.4;
	border-bottom:1px solid gray;
}
div.centerbox ol{
	margin-bottom:15px;
}

div.centerbox ol{
	line-height:1.4;
}


div.comment{
	margin:10px 0;
	background:whitesmoke;
	font-size:80%;
	padding:10px;
}

div.comment p{
	line-height:1.4;
}

.link{
	font-size:90%;
	text-align:center;
}

a.ongray{
	display:block;
}

a.ongray:hover{
	background:aliceblue;
}

a.alpha:hover img {
    /* IE */
    filter: alpha(opacity=80);
    /* Safari Opera */
    opacity:0.80;
    /* Firefox Netscape */
    -moz-opacity:0.80;
}

div#kiyaku {
	height:200px; width:100%; overflow-y:scroll;border:1px solid gray;
}
div#kiyaku dl{
	font-size:90%;
}
div#kiyaku dl dt{
	margin:10px 5px;
	font-weight:bold;
}
div#kiyaku dl dd{
	margin:10px 5px;
	margin-left:20px;
	line-height:1.4;
}


/*
ul#menu{
	clear:both;
	font-size:80%;
	font-weight:bold;
	color:dimgray;
}
ul#menu li{
	float:left;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding:2px 10px;
	text-decoration:none;
	height:1.2em
}
*/

h2 {
	background:gray;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding:2px 10px;
	text-decoration:none;
	border-left:5px solid dimgray;
	color:white;
}

.holygrail .col2 h3,.holygrail .col3 h3{
	background:dimgray;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding:5px;
	color:white;
	font-size:80%;
}


ul.menu{
	background:gray;
}

ul.menu li, a.switch{
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

ul.menu li a, a.switch{
	display:block;
	color:white;
	padding:2px 10px;
	text-decoration:none;
	border-left:5px solid dimgray;
	font-size:80%;
}

ul.menu li a:hover, a.switch:hover{
	background:gainsboro;
	color:black;
}

ul.menu li a#select{
	background:whitesmoke;
	border-left:5px solid gray;
	color:black;
}

table.table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
/*    white-space: nowrap; */
}
table.table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
/*    text-align: center;*/
/*    white-space: nowrap;*/
}

table.nobold {
	font-weight:normal;
	font-size:80%;
}

table.nobold_th tr th {
	font-weight:normal;
	font-size:80%;
}

table.bold_th tr th {
	font-weight:bold;
}

table.tdsmall tr th {
	font-size:90%;
}
table.tdsmall tr td {
	font-size:90%;
	line-height:1.4;
}


table.table-list {
    width: 100%;
    font-size:80%;
    line-height: 1.6em;
}

table.table-list th {
    padding: 5px;
    font-weight: normal;
    text-align: center;
}
table.table-list td {
    padding: 5px;
    color:#333;
}

table.table-list td.list-image {
	text-align:center;
	width:170px;
}
table.table-list td.list-image a {
	display:block;
	padding:10px;
}
table.table-list td.list-image a:hover {
	background:aliceblue;
}

table.table-list th.list-title {
    font-weight: bold;
    font-size:120%;
    text-align:left;
    padding:0;
}

table.table-list th.list-title a{
	padding:5px 10px;
	display: block;
    background:aliceblue;
}
table.table-list th.list-title a:hover{
	background:lavenderblush;
}

.tag{
	margin-bottom:10px;
}
.tag li{
	display:inline;
}

dl.profile{
	font-size:90%;
	margin:10px;
}
dl.profile dt{
	font-weight:bold;
	border-bottom:1px solid gray
}
dl.profile dd{
	padding:0 20px;
	margin:5px 0 10px 0;
}

dl.profile dd table th{
	padding:0 10px;
}

.tax {
	color:dimgray;
	font-size:80%;
}

.tax em{
	color:dimgray;
	font-size:120%;
	padding:0 0.2em;
}



/*---- テーブル ----*/

.table_underline {
	margin-top:2em;
	margin-bottom:2em;
	border-collapse:collapse;
}
.table_underline th, .table_underline td{
	padding:0.5em 1em;
	border-bottom:1px dashed silver;
	text-align:left;
	line-height:1.4em;
}
.table_underline th{
	font-weight:normal;
	white-space: nowrap;
}
.table_underline td{
}


/*---- フォーム ----*/

.form_bottun {
	padding:0.4em 0.8em;
}


/*---- 戻る ----*/
.back_top {
	text-align:center;
	font-size:90%;
}