﻿/* other1.cssの設定*/
/* 基本設定 */
body{
    font-style:normal;/*文字のスタイル*/
    font-weight:normal;/*文字の太さ*/
    font-size:normal;/*文字の大きさ*/
    text-align:left;/*文字の寄せ方*/
    color:#ffffff;/*文字の色*/
    background-color:#000000;/*背景の色*/
    background-image:url(./img/.jpg);/* 背景の画像 */
	}

img{/* 画像表示のデザイン設定*/
	border:0px;
	}

/*リンク関係*/
a:link {/*リンク文字色*/
    color:#00FF00;/*文字の色*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
	}
a:visited {/*訪問後の色*/
    color:#00FF00;/*文字の色：*/
    text-decoration:underline;/* 下線 */
	}
a:hover {/*カーソルを合わせたときの色*/
    color:#ff0000;/*文字の色：赤*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
	}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
	}


/****** ヘッダー ******/
.outer
	{
	width:1000px;
	padding: 20px;
	margin:0 auto 0 auto;
	}
.head
	{
	height: 10px;
	margin: 10px;
	}
.clears{
  clear:both;
	}
h1{
	font-size:13px;
	font-weight:normal;
	color:#4aa6ac;
	line-height:15px;
	height:13px;
	}



/****** 上段 ******/
.menu
	{
	float:left;
	width:250px;
	height: 360px;
	}
.menu li {
    list-style-type:none;
	}
.menu a {
    display:block;
    height:60px; /* 画像サイズに合わせて高さも指定 */
    background-repeat:no-repeat;
    line-height:24px; /* 文字の縦位置を行間で調整 */
    text-align:center;
    color:#ffffff;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;
	}
.menu a:hover {
    background-image:url();
	}
.main
	{
	float:left;
	width:750px;
	}
.clears{
  clear:both;
	}

.logo
	{
	float:left;
	width:720px;
	height: 70px;
	margin:10px 15px 10px 15px
	}
.ex_text
	{
	float:left;
	font-size:normal;
	width:710px;
	margin:20px 20px 10px 20px
	}
		.ex_text h2
		{
		float:left;
		}
		.ex_text p
		{
		float:left;
		}
	
	
/****** app ******/
.itunes
	{
	float:left;
	width:345px;
	margin:5px 15px 5px 15px;
	background-image:url(img/app_bg.png);
	background-size: 345px 100%;
	}
	.itunes_logo
	{
	float:left;
	width:200px;
	margin:20px 72px 15px 72px;
	background-image:url();
	background-size: contain;
	}
.itunes ul{
 width: 375px;
 list-style: none outside;
 }
.itunes li {
	list-style-type:none;
	padding: 0;
	float: left;
	width: 160px;
	height:180px;
	}
.itunes a {
    display:block;
    width: 110px;
    height:110px; /* 画像サイズに合わせて高さも指定 */
    background-repeat:no-repeat;
    line-height:24px; /* 文字の縦位置を行間で調整 */
    text-align:center;
    color:#ffffff;
    font-weight:bold;
    font-size:16px;
    text-decoration:none;
	}
.itunes a:hover {
    background-image:url();
	}
.android
	{
	float:left;
	width:345px;
	margin:5px 15px 5px 15px;
	background-image:url(img/app_bg.png);
	background-size: 345px 100%;
	}
	.googleplay_logo
	{
	float:left;
	width:200px;
	margin:20px 72px 15px 72px;
	background-image:url();
	background-size: contain;
	}
.android ul{
 width: 375px;
 list-style: none outside;
 }
.android li {
	list-style-type:none;
	padding: 0;
	float: left;
	width: 160px;
	height:180px;
	}
.android a {
    display:block;
    width: 110px;
    height:110px; /* 画像サイズに合わせて高さも指定 */
    background-repeat:no-repeat;
    line-height:24px; /* 文字の縦位置を行間で調整 */
    text-align:center;
    color:#ffffff;
    font-weight:bold;
    font-size:16px;
    text-decoration:none;
	}
.android a:hover {
    background-image:url();
	}

/****** archive ******/

#archive_list
	{
	float:left;
	margin:30px 30px 30px 30px;
	width: 600px;
.archive_title
	{
	float:left;
	padding:30px;
	width:600px;
	height:15px;
	}
	.archive_title h2
	{
	font-size:20px;
	font-color:#ff0000;
	}
	
.archive_play
	{
	float:left;
	width:10px
	height:10px
	}
	
		table.archive
			{
			width: 600px;
			table-layout:fixed;
			border-collapse: collapse;
			border-top: 1px solid #ccc;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			}
			
			
			
.next
	{
	float:left;
	width:750px;
	height:200px;
	
	}
			
/****** curry ******/

/****** バーナー ******/
.bnr
	{
	float:left;
	width:950px;
	height: 60px;
	margin:10px;
	background-color: #000000;
	border: 0px;
	}


/****** 著作権 ******/
.foot
	{
	float:right;
	background-color: #000000;
	height: 20px;
	}
