﻿@charset "utf-8";

/* imported style
------------------------------------------------------------*/
@import url("common.css");
@import url("sideMenu.css");
@import url("menu.css");
@import url("feed-box.css");
@import url("commons.css");

/* FireFox
------------------------------------------------------------*/
a{ outline:0;}

/* ELEMENT
------------------------------------------------------------*/
* {margin: 0; padding: 0;}
html {}
body {
	color: #242424;
	background: #f0f0f0;
	font-size: small;
	font-family: "HiraMaruPro-W4" , "HiraKakuStd-W8", Verdana , Osaka , Arial , "Trebuchet MS" , sans-serif;
	}
img {border: none;}

/* ANCHOR
------------------------------------------------------------*/
a {text-decoration: none;}
* a {color: #242424;}
a:hover {text-decoration: underline;}

/* COMMON BOX
------------------------------------------------------------*/
.container {
	width: 950px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	text-align: left;
	}
.incontainer {
	width: 940px;
	margin: 0 auto;
	}
.top-img {
	background: url(../images/com_top.jpg) no-repeat;
	height: 307px;
	margin: 0 0 0 5px;
	position: relative;
	}
.top-img a {
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -700em;
	width: 201px;
	height: 54px;
	right: 5px;
	}
.top-reg {
	top: 80px;
	}
.top-login {
	top: 179px;
	}

/* HEAD
------------------------------------------------------------*/
#head {
	padding: 4px 12px 20px 0;
	}
#head-navi,
#apps {float: right;}
#head-navi a:hover,#prefarens a:hover,#apps a:hover,.foot a:hover {
	text-decoration: underline;
	}
.logo a {
	display: block;
	overflow: hidden;
	}
.logo {
	margin: 0 0 0 14px;
	background: url(../img/logo.gif) no-repeat;
	width: 162px;
	height: 40px;
	text-indent: -700em;
	margin-bottom: 10px;
	}
.logo a {
	width: 164px;
	height: 34px;
	}

/* INFO
------------------------------------------------------------*/
#subline {
	position: relative;
	clear: both;
	background: url(../images/sidewall.gif) repeat-y;
	border: 1px solid #959595;
	width: 938px;
	margin: 0 auto;
	text-align: left;
	}

#subline-select {
	position: relative;
	clear: both;
	border: 1px solid #959595;
	width: 938px;
	margin: 0 auto;
	text-align: left;
	}
	
#subline-select-cont {
	position: relative;
	clear: both;
	width: 938px;
	margin: 0 auto;
	}

/* APPS-INFO
------------------------------------------------------------*/
.Apps-info {
	margin-left: 219px;
	padding: 20px;
	border-left: 1px solid #959595;
	min-height: 399px;
	background: #fff;
	min-height: 410px;
	}
.Apps-info-right {
	position:relative;
	margin-left: 449px;
	padding: 20px;
	border-left: 1px solid #959595;
	min-height: 250px;
	background: #fff;
	}
.Apps-info-right-cont {
	position:relative;
	margin-left: 474px;
	background: #fff;
	}
.Apps-info-left {
	position: relative;
	float:left;
	min-height: 250px;
	background: #fff;
	}
.Apps-info-left-cont {
	position: relative;
	float:left;
	background: #fff;
	}
.Apps-info h1 {
	font-size : 2.2em;
	font-weight: normal;
	}

.Apps-info h2 {
	color: #1e4477;
	font-size : 1.2em;
	letter-spacing: .1em;
	margin-bottom: 0.2em;
	font-weight: normal;
	}
.Apps-info p {
	margin-bottom: 30px;
	}
.Apps-infoTOP {
	font-size : 1.1em;
	color: #666;
	}
.inbox-right{
	position: relative;	
	}
.inbox-left{
	position: relative;	
	}
.start{ padding-top:40px; text-decoration:underline; text-align:center;}
.started{ padding-top:23px; text-decoration:underline; text-align:center; width:238px;}

/* FOOT
------------------------------------------------------------*/
#foot-left,#foot-right {
	font-size: x-small;
	}
#foot-left {float:left;}
#foot-right {float:right;}
.foot {
	position: relative;
	clear: both;
	margin: 14px 5px 0 5px;
	padding: 0 0 24px 0;
	background: #fff;
	}

.coming {
	margin-top: 140px;
	text-align: center;
	font-size: 5em;
	font-weight: bold;
	color: #ccc;
	}

/* CLEAR
------------------------------------------------------------*/
.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
	margin: 0 0 -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	}
/* EOF */