/* 

Template 2023 Mini Blue

http://www.tooplate.com/view/2023-mini-blue

*/

body {
    margin: 0;
    padding: 0;
    color: #75859c;
    font-family: Tahoma;
    font-size: 14px;
    line-height: 1.7em;
    background-color: #203048;
    background-image: url('../image/tooplate_body.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

a, a:link, a:visited { 
	color: #bac4d3; 
	font-weight: 700; 
	text-decoration: none; 
	font-size: 14px; 
}

a:hover { 
	text-decoration: underline; 
}

a.gototop {
    display: block;
    clear: both;
    float: right;
    width: 105px;
    height: 30px;
    background: url('../image/tooplate_gototop.png')  no-repeat;
    outline: none;
}

a.gototop:hover {
    background: url('../image/tooplate_gototop_hover.png');
}

p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }
blockquote { font-style: normal; margin: 0 0 0 5px;}
cite { font-weight: bold; color:#bac4d3; }
cite span { color: #bac4d3; }
em { color: #d7dfec; font-weight: 400 }

h1, h2, h3, h4, h5, h6 { color: #fff; font-weight: normal; }
h1 { font-size: 34px; margin: 0 0 20px; padding: 5px 0 }
h2 { font-size: 26px; margin: 0 0 20px; padding: 5px 0 10px; font-weight: 400; background: url('../image/tooplate_header.jpg') bottom repeat-x }
h3 { font-size: 20px; margin: 0 0 15px; padding: 0;}
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.image_wrapper { 
	display: inline-block; 
	border: 1px solid #314460; 
	padding: 6px; 
	background: #131e2e; 
	margin-bottom: 5px;
    max-width: 340px;
    max-height: 500px;
}

.image_gametitle { 
	display: inline-block; 
	border: 2px solid #314460; 
	padding: 6px; 
	background: #131e2e; 
	margin-bottom: 5px;
    max-width: 700px;
    max-height: 500px;
}

.image_gametitle:hover{
	border:2px solid #d6d468;
}

.image_fl { 
	float: left; 
	margin: 3px 20px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 20px; 
}

.tooplate_list { 
	margin: 20px 0 20px 0; 
	padding: 0; 
	list-style: none; 
    overflow:auto;
    width:350px;
    height:80px;
    padding:5px;
    border:3px double #131e2e;
    border-radius: 10px 10px 10px 10px
}

.tooplate_list li {
    color:#bac4d3;
    margin: 0;
    padding: 0 0 5px 20px;
    background: url('../image/tooplate_list.jpg') no-repeat scroll 0 5px;
}

.tooplate_list li a { 
	color: #bac4d3; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration: none; 
}

.tooplate_list li a:hover { 
	color: #bac4d3; 
	text-decoration: underline; 
}

#tooplate_wrapper {
    width: 800px;
    margin: 0 auto;
    background: url('../image/tooplate_body.jpg') center top no-repeat;
}

#templatmeo_header {
    width: 800px;
    height: 175px;
    background: url('../image/tooplate_header.jpg') no-repeat top center;
}

#social_box {
	width: 800px;
	height: 0;
	padding: 13px 0 0 0;
	text-align: right

}

#social_box a { 
	display: inline-block; 
	padding-left: 30px;
	margin-left: 50px;
}

#social_box a.facebook { 
	background: url(facebook.png) no-repeat left center; 
}

#social_box a.twitter { 
	background: url(twitter.png) no-repeat left center; 
}

#social_box a.myspace { 
	background: url(myspace.png) no-repeat left center; 
}

#site_title { 
	clear: both; 
	width: 800px; 
	height: 135px;
}

#site_title h1 { 
	margin: 0; 
	padding: 85px;
}

#site_title h1 a {
    display: block;
    width: 380px;
    height: 80px;
    margin: -35px auto 0;
    text-indent: -10000px;
    background-image:url('../image/circle_logo_m.png');
    -moz-background-size:100% 100%;
    background-size:100% 100%;
}

/* menu */

#tooplate_menu {
    clear: both;
    width: 780px;
    height: 50px;
    padding: 0 10px;
    background: url('../image/tooplate_menubar.png');
    font-family: Tahoma;
    font-size: 13px;
}

#tooplate_menu ul { 
	width: 600px; 
	padding: 0; 
	margin: 0 auto; 
	list-style: none; 
}

#tooplate_menu ul li { 
	margin: 0; 
	padding: 0; 
}

#tooplate_menu ul li a {
	float: left;
	display: block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	color: #7591ba;	
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
}

#tooplate_menu ul li a:hover{
    color: #fff;
    background: url('../image/tooplate_menu_hover2.png');
}

#tooplate_menu li{
    position: relative;
    width: 20%;
	float: left;
	margin: 0;
	padding: 0;
    text-align: center;
}

#tooplate_menu li a{
	display: block;	
    margin: 0;
	padding: 0 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	text-decoration: none;

}

#tooplate_menu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}

#tooplate_menu li ul li{
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
    background: url('../image/tooplate_menu_hover2.png') no-repeat;
}

#tooplate_menu li ul li a{
	padding: 0 0;
	background: url('../image/tooplate_menu_hover2.png')
	text-align: left;
	font-size: 15px;
	font-weight: normal;
}

#tooplate_menu li:hover ul li{
	overflow: visible;
	height: 50px;
}

#tooplate_menu li:hover ul li:first-child{
	border-top: 0;
}
#tooplate_menu li:hover ul li:last-child{
	border-bottom: 0;
}

#tooplate_menu li:hover ul li:last-child a{
	border-radius: 0 0 3px 3px;
}


/* フェードイン用 */

#fade-in li ul{
	opacity: 0;
	top: 50%;
	visibility: hidden;
	transition: .5s;
}
#fade-in li:hover ul{
	top: 100%;
	visibility: visible;
	opacity: 1;
}

/* ゲーム用サイドメニュー */

#side_menu ul{ 
	margin: 5px 10px; 
	padding: 0; 
	list-style: none; 
}
#side_menu li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
}
#side_menu li a{
    display: block;
    border-top: 1px solid #9F99A3;
    border-left: 1px solid #9F99A3;
    border-right: 1px solid #9F99A3;
    border-bottom: 1px solid #9F99A3;
    background: url('../image/halftone_bar_ylw.png') no-repeat;
    padding: 13px 0px;
    text-decoration: none;
    color: #333;
    width: 135px;
    height: 22px;
    margin: 0px;
    text-align: center;
    font-family:游ゴシック;
    font-weight: 800;
    font-size: 17px;
}

#side_menu li a:hover{
    border-top: 1px solid #8593A9;
    border-left: 1px solid #8593A9;
    border-right: 1px solid #8593A9;
    background: url('../image/halftone_bar_wht.png') no-repeat;
}

#side_menu #shita li a{
	display: block; 
	border-left: 1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	border-bottom: 1px solid #9F99A3;
	background-color: #EEEEEE;
	padding:padding: 3px 10px;
	text-decoration: none;
	color: #333;
	width: 150px; 
	margin: 0px;
	text-align: left;
	font-size: 14px;
}
#side_menu #shita li a:hover{
	border-left: 1px solid #8593A9;
	border-right: 1px solid #8593A9;
	border-bottom: 1px solid #8593A9;
	background-color: #9EB7DD;
}

/* キャラクター用リスト */

#charactor ul{ 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
#charactor li{ 
	display: inline-block; 
	padding: 0; 
	margin: 3px; 
}
#charactor li a{
	display: block; 
	border-top: 1px solid #9F99A3;
	border-left: 1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
    border-bottom: 1px solid #9F99A3;
	background: #2e2ef2;
	padding: 0px 10px;
	text-decoration: none;
	color: #d7d7dd;
	width: 120px; 
	margin: 0px;
	text-align: center;
	font-size: 14px;
}
#charactor li a:hover{
	border-top: 1px solid #8593A9;
	border-left: 1px solid #8593A9;
	border-right: 1px solid #8593A9;
	background: #1c1cd6;
	color: white; 
}
#charactor #shita li a{
	display: block; 
	border-left: 1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	border-bottom: 1px solid #9F99A3;
	background-color: #EEEEEE;
	padding:padding: 3px 10px;
	text-decoration: none;
	color: #333;
	width: 150px; 
	margin: 0px;
	text-align: left;
	font-size: 14px;
}
#charactor #shita li a:hover{
	border-left: 1px solid #8593A9;
	border-right: 1px solid #8593A9;
	border-bottom: 1px solid #8593A9;
	background-color: #9EB7DD;
}

/* テキストの影 */

.text_shadow {
 text-shadow: 3px 3px 2px black;
 margin: 0px 0px 10px 0px;
}

/* end of menu */

#tooplate_main {
	clear: both;
	width: 800px;
}

.content_box {
    clear: both;
    padding: 30px;
    margin-bottom: 30px;
    background: url('../image/tooplate_contentbg.jpg') center bottom no-repeat;
}

.col_w480 { width: 460px }
.col_w340 { width: 370px }
.col_w220 { width: 220px; float: left; }
.col_mr30 { margin-right: 30px }

.post_box { 
	width: 340px; 
	margin-bottom: 30px; 
	padding-bottom: 20px; 
	border-bottom: 1px dashed #000; 
}

.post_header { 
	border-top: 3px solid #999; 
	border-bottom: 1px solid #ccc; 
	padding: 5px; 
	margin-bottom: 20px; 
}

.post_box h3 { 
	font-size: 24px; 
	margin-bottom: 15px; 
}

.post_box p.post_meta { 
	font-size: 10px; 
	margin-bottom: 0; 
	padding-bottom: 0; 
}

.post_box img { 
	width: 320px; 
	height: 120px; 
	border: 1px solid #314460; 
	padding: 6px; 
	background: #131e2e; 
}

#member { 
	margin: 0; 
	padding: 0; 
}

#member ul { 
	margin: 0; 
	padding: 0;
}

#member ul li { 
	display: block; 
	float: left; 
	width: 214px; 
	height: 110px; 
	margin: 0 40px 50px 0;
}

#member ul .rm_col { 
	margin: 0 0 50px; 
}

#member ul li a img { 
	width: 204px;
	height: 100px; 
	border: 1px solid #314460; 
	padding: 6px; 
	background: #131e2e; 
}

#contact_form { 
	padding: 0; 
	width: 300px; 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 290px; 
	padding: 5px; 
	color: #75859C; 
	border: 1px solid #314460;  
	background: #131e2e; 
	font-family: Tahoma;
    font-size: 12px;
	margin-top: 5px;
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 10px; 
	font-size: 14px;
}

#contact_form form textarea { 
	width: 288px; 
	height: 150px; 
	padding: 5px; 
	color: #75859C; 
	border: 1px solid #314460;  
	background: #131e2e; 
	font-family: Tahoma;
    font-size: 12px;
	margin-top: 5px; 
}

#contact_form form .submit_btn  {
	margin: 5px 0px;
	padding: 5px 14px;
	border: 1px solid #314460;  
	background: #131e2e; 
	color: #75859c;
	font-size: 14px;
}

#tooplate_footer {
	clear: both;
	width: 760px;
	padding: 0 20px 20px;
	text-align: center;
	color: #e5efc8;
	background: url('../image/tooplate_footer.jpg') center top no-repeat
}

#tooplate_footer a {
	color: #fff;
}



