@charset "utf-8";

/*  reset css  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


/*  main css  */

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: url("../../taikendan/media/img/common/bodyBg.gif") repeat scroll 0 0 transparent;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ エレメント / タグセレクター ~~ */

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

/* hover */

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.head_line {
	width: 100%;
	height: 20px;
	background-color: #BAE2F8;
	line-height:1em;
}

.head_line h1 {
	width: 1000px;
	margin: 0px auto;
	font-size: 12px;
	color: #736357;
	line-height: 23px;
}

header {
	margin-bottom: 20px;
}

/* layout */
.content {
	width: 1000px;
	float: right;
}

.taikendan {
	margin-top:-7px;
	background-image:url(../images/top/bady_bg.gif);
	overflow:auto;
}

/*\*/
　* html .taikendan{overflow: visible;}
/**/

.taikendan section {
	width:360px;
	padding:10px;
	background-color:#FFFFFF;
	border:solid 1px #999999;
	font-size:12px;
}

.taikendan section.left_column {
	clear:both;
	float:left;
	position:relative;
	left:65px;
	margin-bottom:17px;
}

.taikendan section.right_column {
	float:left;
	position:relative;
	left:170px;
}

.taikendan section h2 {
	font-size:15px;
}

.taikendan section a {
	color:#06C;
}

.taikendan section p {
	margin-top: 5px;
	padding-top:10px;
	border-top: solid 1px #999999;
}

.taikendan_foot {
	margin-top:-11px;
	padding: 25px;
	background-image:url(../images/top/bady_bg3.gif);
}

.taikendan_foot h3 {
	font-size: 20px;
	color:#FFFFFF;
}

.taikendan_foot nav ul li {
	padding-left: 35px;
	float: left;
}

/* footer */
footer {
	padding-top: -6px;
	background: #CCC49F;
	position: relative;
	clear: both;
}

.ouen_kigyou {
	margin-top: -7px;
	padding: 0 25px;
	background-image: url(../images/top/bady_bg3.gif);
}

.ouen_kigyou h3 {
	padding: 25px 0 0 25px;
	background-image: url(../images/top/ouen_bg.png);
	width: 215px;
	height: 54px;
	color: #003300;
	font-size: 25px;
}

.category-navi1 {
    clear: both;
    float: left;
    width: 310px;
	margin-bottom:5px;
}
.category-navi2 {
    float: left;
    width: 310px;
	margin-bottom:5px;
}
.category-navi1 ul, .category-navi2 ul {
    display: none;
    margin: 5px 0 0 2em;
}
.category-navi1 ul li, .category-navi2 ul li {
	list-style:none;
	padding-left:42px;
}
.category-name {
    float: right;
    text-align: left;
    width: 220px;
}
.accordion {
    color: #FFFFFF;
    float: left;
    width: 20px;
}

p.kome {
    clear: both;
	padding-top:10px;
	color: #FFFFFF;
	font-size: 17px;
}

p.copy {
	text-align:center;
	margin:15px 0;
	font-size:13px;
	color:#003300;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}