@charset "UTF-8";

/*-------------------------------------------------------------------
全体
-------------------------------------------------------------------*/

h1, h2, h3, h4, h5, p, address, div, ul, ol, dl, blockquote, pre, table, form, fieldset, hr, td {
	margin:0;
	padding:0;
	font-family:'ＭＳ Ｐゴシック','Osaka','Arial';
	font-size:12px;
	color:#000000;
}

img {
	border:0;
}

body {
	margin:0;
	padding:0;
	background:#eaeaea repeat-x url(../images/tana_back.png);

}

#wrap {
	text-align:center;
}

#content {
	margin:0px auto;
	width:950px;
	text-align:left;
}

#header {
	width:910px;
	/width:950px; /* IE6,7 */
	height:430px;
	/height:460px; /* IE6,7 */
	padding:20px 20px 20px;
	margin-bottom:10px;
	position:relative;
}

#header .globalmenus {
	width:740px;
	height:30px;
	float:right;
	clear:both;
}

#header .globalmenu1 {
	width:380px;
	/width:402px; /* IE6,7 */
	height:30px;
	/height:34px; /* IE6,7 */
	background:#fff;
	border:#ccc 1px solid;
	padding:5px 10px 0;
	float:left;
	margin-right:5px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-align:center;
}

#header .globalmenu1 ul{
	list-style-type:none;
}

#header .globalmenu1 ul li{
	display:inline-block;
	/display:inline;
	vertical-align:middle;
}

#header .globalmenu1 ul li.separator{
	padding:0 10px;
}

#header .globalmenu1 ul li.separator img{
	vertical-align:middle;
}

#header .globalmenu2 {
	width:290px;
	/width:312px; /* IE6,7 */
	height:30px;
	/height:34px; /* IE6,7 */
	background:#eee;
	border:#ccc 1px solid;
	padding:5px 10px 0;
	float:right;
	margin-right:20px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-align:center;
}

#header .globalmenu2 ul{
	list-style-type:none;
}

#header .globalmenu2 ul li{
	display:inline-block;
	/display:inline;
	vertical-align:middle;
}

#header .globalmenu2 ul li a:link,
#header .globalmenu2 ul li a:visited,
#header .globalmenu2 ul li a:hover,
#header .globalmenu2 ul li a:active
{
	/*text-decoration: none;
	color:#000;*/
}

#header #header_txt {
	width:390px;
	height:350px;
	margin-top:30px;
	float:left;
}

#header #mainimg {
	width:500px;
	margin-top:20px;
	float:left;
}
/*
*html body #header #mainimg { 
	width:481px;
	height:308px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/iCataInfo_main.png', sizingMethod='scale');
}
*/


#header #header_txt #logo {
	padding:50px 0 0 30px;
}

#header p {
	color:#666666;
	padding:0 10px 0 10px;
	font-size:14px;
	letter-spacing:0.2em;
	line-height:1.5em;
	clear:both;
	float:left;
	display:block;
	width:100%;
}

#header #header_txt #appstore {
	margin-left:110px;
}

#header #header_txt #appstore #appstorebadge{
	height:61px;
	float:left;
	vertical-align:middle;
}

#header #header_txt #appstore #price{
	padding:25px 10px 0;
	float:left;
	vertical-align:middle;
}

.feature {
	width:870px;
	/width:892px; /* IE6,7 */
	height:220px;
	/height:242px; /* IE6,7 */
	margin:0 25px 20px;
	padding:10px;
	border:#ccc 1px solid;
	background:#fff;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	box-shadow: 0 1px 2px 1px #DDDDDD;
	clear:both;

}

.feature .txt {
	width:380px;
	/width:400px; /* IE6,7 */
	padding:10px;
	float:left;
}

.feature .txt h2 {
	font-weight:bold;
	font-size:17px;
	letter-spacing:0.2em;
	margin:5px 0 20px;
}

.feature .txt p {
	color:#666666;
	font-size:14px;
	letter-spacing:0.1em;
	line-height:1.5em;
	width:350px;
	margin-left:10px;
	float:left;
}
/* IE6 */
/**html body .feature .txt p {
	width:340px;
	margin-left:10px;
}*/

.feature .pict {
	float:right;
	border:#fff 10px solid;
	width:450px;
	/width:470px; /* IE6,7 */
	height:200px;
	/height:220px; /* IE6,7 */
}


.function {
	width:870px;
	/width:892px; /* IE6,7 */
	height:290px;
	/height:312px; /* IE6,7 */
	margin:30px 25px 3px;
	padding:10px;
	border:#ccc 1px solid;
	background:#f6f6f6;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}

.function .txt {
	width:300px;
	/width:320px; /* IE6,7 */
	padding:10px;
	float:left;
}

.function .txt h2 {
	font-weight:bold;
	font-size:17px;
	letter-spacing:0.2em;
	margin:5px 0 20px;
}

.function .txt ul {
	font-size:14px;
	letter-spacing:0.1em;
	line-height:1.5em;
	width:270px;
	margin-left:30px;
	/margin-left:15px; /* IE6,7 */
	float:left;
}

.function .pict {
	float:right;
	background:#777;
	border-top:#333 1px solid;
	border-left:#333 1px solid;
	border-right:#fff 1px solid;
	border-bottom:#fff 1px solid;
	padding:20px;
	margin-top:10px;
	width:490px;
	/width:532px; /* IE6,7 */
	height:160px;
	/height:202px; /* IE6,7 */
}

.function .pict img{
	margin-right:5px;
}

.link_function_more {
	width:100px;
	/width:109px; /* IE6,7 */
	height:15px;
	/height:24px; /* IE6,7 */
	background:#fff;
	border:#ccc 1px solid;
	padding:7px;
	float:right;
	margin-right:39px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-align:center;
}


.info_area {
	width:870px;
	/width:892px; /* IE6,7 */
	margin:50px 25px 3px;
	padding:10px;
	border:#ccc 1px solid;
	background:#fff;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}

.info_area h2 {
	font-weight:bold;
	font-size:17px;
	letter-spacing:0.2em;
	margin:5px 0 20px 10px;
	padding-top:10px;
}

.info_area ul {
	list-style-type:none;
	font-size:14px;
	letter-spacing:0.1em;
	line-height:1.5em;
	margin-left:25px;
	margin-bottom:25px;
}

.info_area ul li .date{
	float:left;
	width:100px;
}
.info_area ul li .info_txt{
	float:left;
}

.info_area ul li {
	clear:both;
}

.info_area .info_separator {
	float:left;
	width:5px;
	height:200px;
}
	
.info_area .history {
	width:410px;
	float:right;
	padding:10px;
}

.info_area .history h2 {
	font-weight:bold;
	font-size:17px;
	letter-spacing:0.2em;
	margin:5px 0 20px;
}

.info_area .history ul {
	list-style-type:none;
	font-size:14px;
	letter-spacing:0.1em;
	line-height:1.5em;
	margin-left:15px;
}

.info_area .history ul li .date{
	float:left;
	width:100px;
}

.info_area .history ul li .info_txt{
	float:left;
}

.info_area .history ul li {
	clear:both;
}

.twitter_btn {
	float:right;
	margin-right:39px;
}

.twitter_btn img {
	vertical-align:middle;
	padding-left:10px;
}

.clear_box {
	clear:both;
}

.link_inquiry {
	width:260px;
	/width:269px; /* IE6,7 */
	height:15px;
	/height:24px; /* IE6,7 */
	background:#fff;
	border:#ccc 1px solid;
	padding:7px;
	float:right;
	margin-right:39px;
	margin-top:20px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-align:center;
}


#footer {
	width:930px;
	/width:942px; /* IE6,7 */
	height:15px;
	/height:35px; /* IE6,7 */
	text-align:center;
	margin:5px 0 0;
	padding:10px;
	background:#000;
	color:#fff;
}
