@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	background: transparent;
}

body {
	background-color: #ffffff;
	font-family:ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	color: #000000;
	font-size: 16px;
	line-height: 1.5;
	/*-webkit-text-size-adjust:none;*/
}

@media screen and (max-device-width: 320px){
    img{
        max-width:100%;
        height:auto;
    }
}


ul,li,dl,dt,dd{
	list-style:none;
}
img{
	vertical-align: top;
}
a img{
	border: none;
}
a{
	text-decoration: underline;
}
a:link{
	color: #0000ff;
}
a:visited{
	color: #9900cc;
}
a:hover{
	color: #0000ff;
	text-decoration: none;
}
a:active{
	color: #0000ff;
}



h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

p {
	margin: 0 0 1em 0;
}

select option {
	padding: 0 5px;
}

/* ------------------------------------------

content

------------------------------------------*/

div#content {
	padding: 6px;
}

div#content_2 {
	padding: 6px;
}

div#content_bottom {
	padding: 6px;
}

div#logo {
	background: #6d84a2 url(../img/header_bg.png) repeat-x left top;
	padding: 10px;
	text-align: center;
	margin: 0;
}

div#logo a {
	font-weight: bold;
	font-family: Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.5);
}
p#logo {
	background: #6d84a2 url(../img/header_bg.png) repeat-x left top;
	padding: 10px;
	text-align: center;
}

p#logo a {
	font-weight: bold;
	font-family: Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.5);
}
h1 {
	padding: 10px 0;
	font-size: 20px;
}

p#topicpath {
	font-style: normal;
	font-size: 15px;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 1em 0;
	margin: 0 0 2em 0;
}

blockquote {
	color: #333333;
	padding: 20px;
	margin: 0 0 1em 0;
	background-color: #F5F5F5;
	}

p.previousEntry {
	float:left;
	width: 45%;
	padding: 0.5em 0;
	font-size: 18px;
	font-weight: bold;
}

p.nextEntry {
	float:right;
	width: 45%;
	text-align: right;
	padding: 0.5em 0;
	font-size: 18px;
	font-weight: bold;
}

p.totop {
	clear: both;
	padding: 0.5em 0;
}

#adsense-area {
    background: none repeat scroll 0 0 transparent;
    height: 50px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}
#adsense-area-bottom {
    background: none repeat scroll 0 0 transparent;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
#adsense-area iframe {
    height: 50px !important;
}

p#top_modoru {
	background: #6d84a2 url(../img/header_bg.png) repeat-x left top;
	padding: 10px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0;
}

p#top_modoru a {
	font-weight: bold;
	font-family: Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.5);
}