/* レイアウトのスタイルシート.
ブロックのサイズと配置、マージン等 */

* {
	margin: 0;
	margin: 0;
}

body {
	margin: 0;
	background-image:url(../img/back/sora02.png);

	background-repeat:repeat-x;
	height:100%;
	min-width:910px;
	
}

html {
	height:100%;
}

li {
	list-style: disc;
	list-style-position:outside;
}





/*---------------------------------------------------------*/
/*                                                         */
/*              ヘッダ　                */
/*                                                         */
/*---------------------------------------------------------*/

#page_head {
	margin: 0;
	padding: 0;
	
	width:935px;
	height:160px;
	margin-left:10px;
}

/*-------------------------*/
/*  　　   柄　部分  　    */
/*-------------------------*/

#page_head-inside {
	width:auto;
	height:50px;
	background-image:url(../img/bg_stripe.png);
	background-repeat:repeat-x;
}

/*-------------------------*/
/*     Teewee ロゴ 部分    */
/*-------------------------*/

#logo {
	/*text-align:center;*/
	margin:20px;
	height:70px;
}

#logo #icon_image {
 	width:70px; 
 	height:70px;
}

#logo #logo_image {
 	width:200px;
	height:33px;
	margin-left:-10px;
}

/*---------------------------------------------------------*/
/*                                                         */
/*              left　                */
/*                                                         */
/*---------------------------------------------------------*/

.left_content {	
	width:220px;
	float:left;
	/*margin-left:100px;*/
	margin-left:10px;
	
	white-space:normal;
	padding-top:25px;
	padding-bottom:25px;
		
	min-height:100%;
	margin-top:auto;
	margin-bottom: 0px;
	
}
/*-------------------------*/
/*    現ページのタイトル   */
/*-------------------------*/
#now_page {
	text-align:center;
	margin-bottom:20px;
	height:70px;
}

/*-------------------------*/
/*       メニュー          */
/*-------------------------*/
.menue_content {
	height:20px;
	margin-top:2px;
	margin-left:5px;
	margin-right:2px;
	padding:2px;
}

.app_Store {
	text-align: center;
}

/*-------------------------*/
/*       ライン image      */
/*-------------------------*/
#lineDotImage {/* ！！！！効いてないかも！！！！ */
 	width=248px;
	height=12px; 
}


/*-------------------------*/
/*       New Features      */
/*-------------------------*/

#area_version {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	
	line-height:20px;
}


/*-------------------------*/
/*       About Us          */
/*-------------------------*/

#about_us_content {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
}


/*---------------------------------------------------------*/
/*                                                         */
/*              main　                */
/*                                                         */
/*---------------------------------------------------------*/
.main_content {
	margin-top:auto;
	padding-right:25px;
	padding-left:25px;
	padding-top:25px;
	padding-bottom:25px;
	min-height:100%;
	width:610px;
	float:left;
}

/*-------------------------*/
/*                         */
/*-------------------------*/
.feature_contents {
	margin:30px;
}



/*---------------------------------------------------------*/
/*                                                         */
/*              right　                */
/*                                                         */
/*---------------------------------------------------------*/
/*
.right_content {
	width:150px;
	float:left;
	padding-top:25px;
	padding-bottom:25px;
	
	min-height:100%;
	margin-top:auto;
	margin-bottom: 0px;
}
*/
/*
 * Newbaバージョン内容
 */
/*
#new_features p {
	margin-top:10px;
	margin-bottom:10px;
}
*/


/*---------------------------------------------------------*/
/*                                                         */
/*              フッター　                */
/*                                                         */
/*---------------------------------------------------------*/
#page_footer {
	clear: left;
	height:50px;
	margin-top:auto;
	margin-bottom: 0px;
	border: transparent solid;
	
	background-image:url(../img/bg_stripe.png);
	background-repeat:repeat-x;

	/*margin-left:100px;*/
	width:915px;
	margin-left:10px;

	text-align: center;
}
/**/
#page_footer-inside {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;


}

/*---------------------------------------------------------*/
/*                                                         */
/*              共通　CLASS　                */
/*                                                         */
/*---------------------------------------------------------*/
/********floatクリア専用*******/

.float_clear div{
	clear:left;
	
}

/***************/


/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*                                                         */
/*                         VERSION　                       */
/*                                                         */
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

/*-------------------------*/
/*        バージョン枠     */
/*-------------------------*/
.version_contents {
	margin:20px;

}





