@charset "utf-8";
@import url(font.css);

/*----------------------------------------------------------
	CSS初期化
----------------------------------------------------------*/
html,body{
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
	font-size:100%;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img{
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style:normal;
	font-weight:normal;
}
ol, ul{
	list-style:none;
}
caption, th{
	text-align:left;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
q:before, q:after{
	content:”;
}
abbr, acronym{
	border:0;
}
a,a:visited{
    color:#ff006f;
    text-decoration: underline;
}
a:hover{
    color:#ff006f;
    text-decoration: none;
}
.cake-sql-log{
    font-size:85%;
    margin:200px auto 10px auto;
    width:700px;
}
iframe{
    border:0;
    margin:0;
    padding:0;
}

#header{
    width:700px;
    margin:0 auto 10px auto;
    text-align: center;
}
#header h1{
    background-color: #333333;
    color:#ffffff;
    padding:2px;
    font-size:85%;
}
#logo{
    text-align: center;
    margin:10px 0 0 0;
}
.top_box1{
    width:340px;
    float: left;
    display: inline;
}
.top_box2{
    width:340px;
    float: right;
    display: inline;
}
#content{
    width:700px;
    margin:10px auto;
}
#content h2{
    padding:5px;
    background-color: #eeeeee;
    color:#333333;
}
#content h2 strong{
    color:#ff006f;
    font-weight: bold;
}
#content p{
    font-size:93%;
    padding:10px;
    line-height: 1.4;
}
#content dl{
    padding:10px 0;
}
#content dt{
    padding:5px;
    border:2px dashed #cccccc;
}
#content dd.qText{
    padding:10px 0 0px 20px;
    font-size:93%;
    line-height: 1.4;
}
#content dd.qUri{
    padding: 0 0 10px 0;
    font-size:77%;
    text-align: right;
}
#content dd.qUri a{
    color:#666666;
    text-decoration: none;
}
#content ul{
    margin:15px 10px;
}
#content li{
    margin:3px 0;
    background-image: url(/images/ico.gif);
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding:0 0 0 14px;
}
#content .qBox{
    margin:10px;
    padding:5px;
    border:2px dashed #cccccc;
}
#content .qBox p{
    margin:0;
    padding:5px;
}
#content .qBox .qAnsTitle{
    background-color: #cccccc;
    padding:5px;
    margin:5px;
}
#content .qBox .qAns{
    margin:0 0 0 20px;
}
#content .qBox .qDate{
    font-size:77%;
    color:#999999;
    text-align: right;
}
#content .ad_box{
    width:570px;
    margin:10px auto;
}
#content iframe{
    width:570px;
    height:210px;
}
#footer{
    width:700px;
    margin:10px auto 0 auto;
    background-color: #666666;
}
#footer p{
    padding:5px;
    font-size:93%;
}
#footer a{
    color:#ffffff;
}
.ad_navi{
    text-align: center;
    padding:5px;
    margin: 5px;
    background-color: #fafafa;
    border:1px solid #cccccc;
}
#content p.pankuzu{
    font-size:77%;
}
.word_point{
    background-color: #ff006f;
    color:#ffffff;
}
#abblock{
    padding:10px;
    font-size:12px;
}
#abblock img{
    margin:0 5px 5px 0;
}
#abblock .description{
    font-weight: bold;
    font-size:14px;
}