@charset "utf-8";
/* CSS Document */

body {
	font-size:medium;
	font-family: Arial;	background-color:#FFA4C8;
	margin-top:10px;
	margin-bottom:20px
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
}

ul {
	list-style-type:none;
}

img {
	border:none;
}

a {
	outline:none;
}

.clear {
font-size: 0;
line-height: 0;
height: 0;
clear: both;
}

/* レイアウト設定 */

#wrapper {
	width:850px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	background-image:url(img/bg_site.gif);
    background-repeat: repeat-y;
}

#header {
    height: 90px;
    background-image: url(img/bg_top.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 24px 0 0 35px;
}

#header h1{
    width: 314px;
    height: 40px;
    float: left;
    padding:0 0 2px 10px;
    
}

#header p {
    float: right;
    margin: 0 40px 0 0;
    font-size: 0.8em;
}


#header #navi {
    clear: both;
    width: 780px;
    height: 35px;
	padding:20px 0 10px 0;
    
}
#header #navi li {
	float:left;
    width: 156px;
    height: 35px;
}

#header #navi li a {
    display:block;
	width:156px;
	height:35px;
	float:left;
	text-indent:-9999px;
}

/* ナビゲーションメニュー画像差し替え */

.navi01 a{
	background-image:url(img/navi_home.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

.navi01 a:hover {
	background-image:url(img/navi_home.gif);
	background-repeat:no-repeat;
	background-position:0 -35px;
}

.navi02 a{
	background-image:url(img/navi_message.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

.navi02 a:hover {
	background-image:url(img/navi_message.gif);
	background-repeat:no-repeat;
	background-position:0 -35px;
}

.navi03 a{
	background-image:url(img/navi_uranai.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

.navi03 a:hover {
	background-image:url(img/navi_uranai.gif);
	background-repeat:no-repeat;
	background-position:0 -35px;
}

.navi04 a{
	background-image:url(img/navi_about.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

.navi04 a:hover {
	background-image:url(img/navi_about.gif);
	background-repeat:no-repeat;
	background-position:0 -35px;
}

.navi05 a{
	background-image:url(img/navi_blog.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

.navi05 a:hover {
	background-image:url(img/navi_blog.gif);
	background-repeat:no-repeat;
	background-position:0 -35px;
}

/* ナビ画像差し替えここまで */


#main_image {
	position:relative;
	width:780px;
	height:260px;
	background-image:url(img/main_image.jpg);
	margin:15px 0 10px 35px;
}

#mini_heart {
	position:absolute;
	top:30px;
	right:165px;
}

#tp_yajirushi {
	position:absolute;
	top:240px;
	left:120px;
}

#search_quickly {
	position:absolute;
	top:280px;
	left:200px;
}

#search_form {
	font-size:0.8em;
	color:#FFF;
	padding:5px 0 0 30px;
}

#caption {
padding: 20px 0 0 15px;
font-size: 26px;
line-height: 32px;
}

#search_form tr {
	height:30px;
}

#top30{
	padding:10px 0 0 0;
}

#search_button {
text-align: center;
}

#button:hover{
	opacity: 0.0;
	/* IE */
    filter: alpha(opacity=0);
}

#contents {
	width:780px;
	//height:400px;
	margin:0 0 0 35px;
}

#left_contents {
	float:left;
	width:530px;
}

#right_contents {
	float:right;
}

#howtouse {
	height:140px;
}

#howtouse ul{
	margin:10px 0 0 5px;
}

#howtouse ul li{
	float:left;
	margin:0 10px 0 0;
}

#about {
	height:430px
}

#about .left {
	float:left;
	width:295px;
	line-height:1.2;
	font-size:14px;
	margin:12px 0 10px 10px;
}

#about .right {
	float:right;
}

/* ソーシャルボタン */
#social_button {
	clear:both;
	width:315px;
	margin:0 0 0 10px;
	padding:0 0 50px 0;
}

#social_button li{
	float:left;
	margin:0 3px 0 0;
}

#right_contents h3 {
	margin:0 0 10px 0;
}


#newcomer_box{
	margin:0;
	frameborder:0;
	border: 1px #008000 solid;
	scrolling:yes;

}

#fb_box {
	margin:10px 0 10px 0;
}

address {
	clear:both;
	color:#FFF;
	background-image:url(img/footer.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	font-style:normal;
	font-size:0.8em;
	text-align:center;
	width:850px;
	height:46px;
	line-height:46px;
	position:relative;
}


/* 検索結果画面 */

/*コンテンツ全体*/
#result_contents {
	width:780px;
	margin:15px 35px 0 35px;
}

#side_bar{
	float:left;
}

#result_search {
	width:250px;
	background-color:#66CCCC;
	background-image:url(img/search_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#result_search_form {
	font-size:0.8em;
	color:#FFF;
	padding: 7px 36px 12px 30px;
	/*background-image:url(img/search_bottom.gif);*/
	background-position:left bottom;
	background-repeat:no-repeat;
}

/*なぜ効かない？*/
#result_search_form tr {
	height:30px;
}

#result_caption {
	padding:20px 15px 0 0;
	font-size: 24px;
}

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
#result_caption {
	padding:20px 0 0 30px;
	font-size: 24px;
}
}
*/

#top10 {
	padding:15px 0 0 0;
}
/*
#result_search_button {
	background-image:url(img/search_button_hover.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:0 0 20px 0;
}
*/

#member {
	float:right;
	width:510px;
	height:730px;
}


/* 検索結果のプロフィール表示 */

#member_box_left {
	float:left;
	width:250px;
	height:140px;
	border:2px solid #ccc;
	margin:10px 0 0 0;
}

#go_back {
	width:768px;
	text-align:right;
}

#go_back a{

	font-size:12px;
	color:#808080;
	text-decoration:none;
	
}

#go_back a:visited {
	font-size:12px;
	color:#808080;
	
}

.profile_img{
	float:left;
	margin:8px 0 7px 8px;
}

.profile {
	float:right;
	margin:8px 5px 7px 0;
	line-height:2.0;
}

.name {
	/*font-size:1.1em;*/
	font-size:13px;
	font-weight:bold;
	border-bottom:2px dotted #000;
}

.info {
	/*font-size:0.9em;*/
	font-size:13px;
	border-bottom:2px dotted #000;
}

.pr{
	/*font-size:0.9em;*/
	font-size:13px;
	margin:0 0 8px 0;
}

#member_box_right {
	float:right;
	width:250px;
	height:140px;
	border:2px solid #ccc;
	margin:10px 0 0 0;
}

#member_box_container {
	width:510px;
	height:620px;/*なぜこんなに小さい数字なの？*/
}

#side_bar dl{
	width:250px;
	margin:20px 0 0 0;
}

#side_bar dt{
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
}

#bg_apology {
	position;relative;/*relative指定*/
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:721px;
	height:700px;
	background-image:url(img/apology.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#apology {
	padding:40px 160px 0 50px;
	line-height:1.5;
	font-size:0.85em;
}

#name_right{
	width:500px;
	text-align:right;
	margin:35px 0 0 0;
}

/* 素材リンク */
#bg_apology dl{
	position:absolute;
	top:700px;/*手紙画像721px×508px*//*なぜこんな数値？？*/
	left:480px;
	height:31px;
	font-size:0.8em;
}

#bg_apology dt {
	float:left;
}

#bg_apology dd {
	float:left;
	margin:0 0 0 5px;
}


/* メッセージ画面 */
/*コンテンツ全体*/
#message_contents {
	width:780px;
	margin:15px 35px 0; 35px;
}

#message {
	float:right;
	width:510px;
	height:730px;
}

#message_box {
	width:508px;
	height:370px;
	border:1px solid #ccc;
}

#message_box h1{
	width:503px;
	height:35px;
	font-size:1.0em;
	border-bottom:1px solid #ccc;
	background-color:#F4F4F4;
	padding:4px 0 0 5px;
}

#message_box img{
	vertical-align:-9px;
	margin:0 5px 0 0;
}

#message_box h1 #notice{
	font-size:0.8em;
	color:#F00;
}

#sender {
	width:463px;
	height:135px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	padding:12px 0 0 12px;
}

#sender h2 {
	font-size:1.2em;
	margin:0 0 5px 0;
}

#sender_img {
	float:left;
	margin:0 10px 0 0;
}

#sender_info {
	float:left;
}

#hello {
	width:305px;
	height:80px;
	font-size:12px;
	background-color:#F4F4F4;
	line-height:1.4;
	padding:5px 5px 5px 5px;/*なぜ右側だけスペース大きい？*/
}

#textarea {
	width:475px;
	margin-left:auto;
	margin-right:auto;
}

.textarea_font{
	font-size:0.9em;
}

#mail_button {
	margin:15px 0 0 0;
	text-align:center;
}

#comment {
	font-size:0.75em;
	margin:10px 0 0 2px;
}

#success_message {
	margin-top:50px;
}


#success_message p {
	font-size:14px;
	margin:5px 0 0 0;
	text-align:center;
}


/*占いページ*/

#uranai {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:760px;
	height:720px;
}

#uranai_title{
	margin:30px 0 0 0;
}

#user_name {
	background-image:url(img/uranai_back.gif);
	width:250px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	border:1px solid #ccc;
	padding:15px 15px 20px 15px;
	font-size:14px;
	text-align:center;
}

#input_name {
	margin:10px 0 10px 0;
}

#heart {
	height:597px;
	margin:10px 0 0 0;
	background-image:url(img/big_heart.gif);
}

#picture {
	text-align:center;
	padding:80px 0 0 0;
}

.uranai_center {
	text-align:center;
}

.result_title {
	margin:20px 0 0 0;
}

#profile_table {
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;

}

#profile_table .uranai_name {
	margin:0 0 0 3px;
	
	color:#FFF;
	background-color:#9932CC;
	padding:0 5px 0 5px;

}

#profile_table td {
	margin:0 0 0 3px;

	font-size:0.85em;
	padding:5px 5px 5px 5px;
	line-height:1.2;
	background-color:#FFF;
}

.top25 {
	margin:25px 0 0 0;
}

#migikata {
	margin:20px 0 0 0;
	text-align:center;
}

/*詳細ページ*/

#detail {
	float:right;
	width:510px;
	height:730px;
	background-image:url(img/datail_bg_top.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#detail_profile {
	height:220px;
	margin:20px 0 0 0;
	padding:0 0 0 20px;
	background-color:#F4C6E4;

}

#detail_profile img{
	float:left;

}

#detail_data {
	float:left;
	margin:0 0 0 10px;
	font-size:13px;
	line-height:20px;
}
#detail_data dl dt {
	clear:both;
	float:left;
	width:100px;
	margin:8px 0 0 0;
}

#detail_data dl dd {
	float:right;
	padding:8px 0 0 50px;
}

#fb_button {
	position:absolute;
	top:338px;
	left;0;
}

#pr_box {
	width:508px;
	height:370px;
	border:1px solid #ccc;
	/*
	background-image:url(img/datail_bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	*/
}
#pr_box h1{
	width:503px;
	height:23px;
	font-size:0.8em;
	border-bottom:1px solid #ccc;
	background-color:#F4F4F4;
	padding:9px 0 0 5px;
}
#pr_box p {
	font-size:0.8em;
	padding:10px 10px 10px 10px;
	line-height:20px;
}


#google_ad {
text-align:center;
margin: 10px 0 10px 0;
}

#leftinleft {
	float:left;
	width:295px;
	line-height:1.3;
	font-size:14px;
	margin:12px 0 10px 10px;
}

#leftinleft p {
margin:10px 0 0 0;
}

#leftinleft .news {
margin:40px 0 0 0;
}

#leftinleft ul {
margin:10px;
}

.usagi {
margin:130px 0 0 20px;
float:right;
}

#top #wrapper {
height:1000px;
}

#divination #wrapper {
height:900px;
}

#aboutpage #wrapper {
height:900px;
}

#google_ad_bottom {
text-align: center;
margin: 25px 0 10px 0;
}

#search_form select {
width: 100px;
}

#result_search_form select {
width: 100px;
}

#detail16 #pr_box {
height:562px;
}


#detail21 #pr_box {
height:400px;
}

#detail09 #pr_box {
height:502px;
}

#detail02 #detail_data dl dt,
#detail03 #detail_data dl dt,
#detail04 #detail_data dl dt,
#detail07 #detail_data dl dt,
#detail08 #detail_data dl dt,
#detail09 #detail_data dl dt,
#detail11 #detail_data dl dt,
#detail17 #detail_data dl dt,
#detail18 #detail_data dl dt,
#detail19 #detail_data dl dt, 
#detail22 #detail_data dl dt,
#detail26 #detail_data dl dt,
#detail27 #detail_data dl dt,
#detail28 #detail_data dl dt {
width:110px;
}

#detail04 #detail_data dl dt {
width: 120px;
}

#detail13 #detail_data dl dt {
width:85px;
}