@charset "utf-8";
/*
Theme Name: My theme
Description: オリジナルテーマ
Version: 1.0
*/


/* ▼PC用のスタイル */

@charset "Shift_JIS";
/*___________ ��{�ݒ� ___________ */
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', '�q���M�m�p�S Pro W3', '�l�r �o�S�V�b�N', sans-serif;
	color:  #333333;
	background:url(http://fp-wakaru.com/images/bg.gif);
}
#container {
	width:770px;
	margin:0 auto;
}
div {
	text-align:left;
}

p {
	margin:0;
	font:11pt/160% 'Hiragino Kaku Gothic Pro', '�q���M�m�p�S Pro W3', '�l�r �o�S�V�b�N', sans-serif;
}
li {
	margin: 0;
	list-style: none;
}
ol, ul {
	margin: 0;
	padding:0;
}

a {
	color: #0D0EEE
}
a:hover {
color:#FF0000;
text-decoration:none;
}


/*�w�b�_�[ */
h1 {
	font-size:9pt;
	line-height:15pt;
	margin:0;
	color:#FFFFFF;
	float: left;
}

#header {
	width:770px;
	height: 220px;
	background:url(http://fp-wakaru.com/images/header.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	
	text-indent:-9999px;
}



/*���C�����C�A�E�g */
#main {
	width:770px;
	background-color:#FFFFFF;
	float:left;
}
/* �R���e���c�y�[�W */
#contents{
	width:570px;
	float:right;}

#contents h2 {
    margin-top:15px;
	font-size:8pt;
	background:url(http://fp-wakaru.com/images/h2.gif) no-repeat;
	height:35px;
	margin-left:5px;
	color:#FFFFFF;
	padding:5px 0 0 20px;
	font-size:1.2em;
}

#contents p {
padding:1px 10px 19px 10px;
line-height:1.5em;
}
.next_pege{
text-align:right;
padding-right:6px;
font-size:12px;
padding-top:6px;
padding-bottom:3px;
}
.osusume{
text-align:center;
padding-top:9px;
padding-bottom:4px;
font-size:14px;
}

 img.left {
	float: left;
	}


.clear {
	clear:both;
}



/*�T�C�h���j���[  */
#side-menu {
	width:200px;
	float:left;
	margin-top:15px;
}
#side-menu h2 {
background:url(http://fp-wakaru.com/images/side-bg.gif) no-repeat;
color:#FFFFFF;
font-size:15px;
height:25px;
text-align:center;
padding-top:6px;
margin-bottom:0;
}

	
.menu{
width:200px;
line-height:26px;
text-align:left;
}

#side-menu ul{
list-style:none;
margin:0;
padding:0 0 10px 0;
}


#side-menu ul li a{
display:block;
width:200;
font-size:12px;
font-weight:bold;
color:#0000FF;
background:url(http://fp-wakaru.com/images/li.gif) no-repeat;
background-position:2px;
padding-left:25px;
vertical-align:middle;
}

#side-menu ul li a:hover{
text-decoration:none;
color:#FF0000;
}

/*�ʐM�u������L���O */

.side-pikup {
width:200px;
margin-bottom:4px;
background-color: #e0eeff;
	}
.side-ranku {
width:200px;
	
	}
.side-ranku_ray {
float:right;
width:90px;
font-size:11px;
}	
.ranku_title{
font-size:13px;
font-weight:bold;
padding-bottom:3px;
}

.ranku_title a{
color:#FF0000;
font-weight:bold;
}
.ranku_title a:hover{
color:#0000FF;
text-decoration:none;
}	

/*�t�b�_�[ */
#footer {
	width:770px;
	
	background-color: #0389fb;
}
.footer-inner {
	padding: 1px;
	text-align: center;
}
#footer p {
	font-size: 8pt;
}

.clear {
	clear:both;
}
/*�e�L�X�g*/
.b{
background-color:#FFFF00;
font-weight:bold;
}
.red{
color:#FF0000;
}


/* �摜�p*/
img {
	border:0;
}
.p_uteza{
font-size:15px;
font-weight:bold;
text-align:center;
margin-bottom:15px;
}

.p_uteza a{
color:#0000FF;
text-decoration:underline;
}

.p_uteza a:hover{
color:#FF0000;
text-decoration:none;
}

/* ▲PC用のスタイル */




/* ▼スマホ用のスタイル */
@media screen and (max-width: 640px) {
	body {
		width: 100%;
	}

	* {
		float: none;
		word-break: break-all;
	}

	p {
		padding: 0px 5px;
	}

	#container,
	#header,
	#main,
	#contents,
	#side-menu,
	.menu,
	.side-pikup,
	#footer {
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	#header {
		height: 163px;
		background-size: contain;
	}



	#side-menu h2 {
		background: url(http://fp-wakaru.com/images/side-bg.gif);
	}
	
	#contents h2 {
		font-size: 12px;
		line-height: 14px;
		margin-right: 5px;
	}
}
/* ▲スマホ用のスタイル */