/* サイトの基本設定 */
* { margin : 0 ; padding : 0 ; }

html {
	height: 100%;
}

body { 
	height: 100%;
	
	font-size: 14px;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	background-color: #FEBE4C;
	background-image: url("../img/bg_title.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

img{	
	border:none;
	vertical-align: middle;
	}

/* 全体の設定 */
div#wrapperBox  {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	position: relative;
	min-height: 100%;
}
div#container { /* フッター固定用 */
	  padding-bottom: 2em;
}
div#headerBox   {
	width: 900px;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 32px;
} 

div#containerBox {  
    width: 780px;
	margin: 0 auto;
}
div#containerBox:after  {  
	margin: 0 auto;   
	height: 0;  
    visibility: hidden;  
    content: ".";  
    display: block;  
    clear: both;  
}  

h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	margin-left: 12px;
	margin-bottom: 0em;
	}
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	margin-left: 12px;
	margin-bottom: 0em;
	}
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 0em;
	margin-left: 12px;
	margin-bottom: 0em;
	}
h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	margin-left: 12px;
	margin-bottom: 0em;
	}
h5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	margin-left: 12px;
	margin-bottom: 0em;
	}

/* ホームへ戻る */
div#gpi {
	width: 700px;
	text-align: left;
}

/* 本文 */

div#yk {
	width: 160px;
	height: 160px;
	margin-top: -120px;
	background: url('../img/yk01.png');
}

div.mainBox {  
    float: center;  
    width: 700px;
	height: 100%;  
	margin: 0 auto; 
	padding: 0 32px; 
	background-color: rgba(255,255,255,0.75);
}

div.mainBox02 {  
    float: center;  
    width: 700px;
	height: 100%;  
	margin: 0 auto; 
	padding: 0 32px; 
	background-color: #eeeeee;
}


.text {
	float: left;
	width : 508px;
	height: auto;
}
.clear {
	clear: both;
	}


/* Q&Aの行頭揃え */

dl.sampleList {
    overflow: hidden;
    zoom: 1;
}

dl.QA dt {
    width: 2em;
    float: left;
    clear: both;
    font-weight: bold;
}

dl.QA dd {
    padding: 0 0 0.5em 2em;
}


/* 影のエフェクト */
.effect
{
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.title-menu{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 4px;
}

.title-contents {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 4px;
}

.title-line-contents{
	width: auto;
	margin-top: -0.5em;
	margin-bottom: 1em;
	border-bottom: dotted thin #036eb8;
}


div.img {
	float: left;
	width: 160px;
	height: 160px;
	margin-right: 16px;
	margin-bottom: 24px;
}

div.img_r {
	float: right;
	width: 260px;
	margin-left: 16px;
}

div.img_text {
	width: auto;
	height: auto;
}

.bnn {
	clear:both;
	text-align: center;	
}

.amz {
	text-align: center;	
	font-weight: bold;
	font-size:  1.15em;
}


.index {
	color: #036eb8;
}

.line01 {
	width: 400px;
	border-bottom: dotted thin #036eb8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 1em;
}
.line02 {
	width: 400px;
	border-bottom: dotted thin #036eb8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 2em;
}

p.staff {
	text-align: center;
}


/* フッタ */
div#footerBox   {
	position: absolute;	
	bottom: 0;
	width: 100%;
	height: 2em;
	color: #000;
	text-align: center;
}

/* リンク */
a {
	cursor: pointer;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}


/* リンクの設定 */
a:link {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	}
a:visited {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:active {
	color: #cccccc;
	font-style: normal;
	font-weight: bold;
	}
a:hover {
	color: #cccccc;
	font-style: normal;
	font-weight: bold;
	}
	
