@charset "UTF-8";

/* --------------------------------------------
	Global Setting
-------------------------------------------- */
* {
	margin: 0;
	padding:0;
}

img,table {
	border: none;
}

ul {
	list-style: none;
}

a {
	color: #1E76A4;
}

h2 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}

/* --------------------------------------------
	Layout
-------------------------------------------- */
body {	
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #30251B;
	background: #C7BFAE url(../images/bg.gif) repeat-x top;
}

div#container {
	width: 910px;
	margin: 0 auto;
	background: url(../images/container.gif) repeat-y center;
	overflow: hidden;
	zoom: 1;
}

div#header {
	position: relative;
	width: 910px;
	height: 190px;
	text-align: left;
	background: url(../images/header.gif) no-repeat top;

}

div#content  {
	width: 830px;
	margin: 0 auto;
}

div#content_top  {
	width: 850px;
	margin: 0 auto;
}

div#content_bottom  {
	clear: both;
	width: 830px;
	margin: 0 auto;
}

div#footer {
	height: 130px;
	clear: both;
	background: url(../images/footer.gif) no-repeat bottom center;
}

/* --------------------------------------------
	Header
-------------------------------------------- */
h1 {
	position: absolute;
	top: 71px;
	left: 28px;
}

img.atom_img {
	position: absolute;
	top: 0;
	left: 287px;
}

p.banner {
	position: absolute;
	right: 30px;
	top: 62px;
}

p.announce_banner {
	position: absolute;
	top: 122px;
	right: 32px;
}

ul#navi {
	position: absolute;
	top: 65px;
	left: 362px;
}

ul#navi li {
	float: left;
	width: 95px;
	line-height: 50px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/navi_line.gif) no-repeat left center;
}

ul#navi li.active {
	background: url(../images/navi_active.gif) no-repeat left center;
}

ul#navi li:hover {
	background: url(../images/navi_active.gif) no-repeat left center;
}

ul#navi a {
	padding: 0 3px 0 10px;
	background: url(../images/arrow.gif) no-repeat left center;
	color: #2A1D18;
}

ul#navi a:hover {
	color: #1F1503;
}

ul.localize {
	position: absolute;
	top: 124px;
	right: 158px;
	text-align: right;
}

ul.localize li {
	display: inline;
	padding-left: 10px;
}

/* --------------------------------------------
	Content_TOP
-------------------------------------------- */
p.iphone_img {
	float :right;
	width: 270px;
	text-align: left;
	margin-top: 0px;
}

p.iphone_img img {
	margin: 5px 0 0 15px;
	cursor: pointer;
}

div.app_box {
	clear: both;
	overflow: hidden;
	zoom: 1;
	padding: 32px 0 10px;
	margin-bottom: 25px;
	text-align: left;
	background: url(../images/app_box.gif) no-repeat top;
}

div.app_icon {
	float: left;
	width: 140px;
}

div.app_icon img {
}

div.app_icon img.appstore {
	margin: 5px 0 0 2px;
}

div.app_text {
	float: left;
	width: 420px;
	background: url(../images/app_text.gif) repeat-y left top;
}

h2.app {
	margin: 0 0 10px 30px;
	padding: 3px 10px;
	font-size: 18px;
	color: #fff;
	background: #592F23 url(../images/title.gif) center;
}

h3.app_status {
	font-size: 17px;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	line-height: 1.2;
	font-weight: bold;
	color: #A8760D;
}

p.app_desc {
	margin-bottom: 15px;
	padding: 0 0 0 30px;
	font-size: 13px;
	line-height: 1.3;
}

img.twitter_banner {
	margin: 7px 0 0 1px;
}

dl.buttons {
	padding: 0 0 0 30px;
	font-size: 13px;
	line-height: 1.4;
}

dl.buttons dt {
	display: inline;
	padding-right: 10px;
}

dl.buttons dd{
	display: inline;
	padding: 5px;
	cursor: pointer;
}

div.app_text dl{
	margin-left: 30px;
	padding: 8px 2px;
	border-top: #EAE6E2 1px solid;
	/*background: #F1EDE9;*/
}

div.app_text dl dt {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
	color: #8C572B;
}

div.app_text dl dd {
	font-size: 12px;
	line-height: 1.3;
}

dl.features {
}
dl.features dt {
}
dl.features dd {
}

div.app_text dl.volume_contents {
	border-top: none;
}

div.app_text dl.volume_contents dt {
	color: #4A3A2C;
	font-size: 13px;
}

div.app_text dl.volume_contents dd {
	margin-bottom: 8px;
}

div.app_text dl.languages {
	margin-bottom: 0;
}

div.app_text dl.languages dt {
	display: inline;
	padding-right: 5px;
}

div.app_text dl.languages dd {
	display: inline;
}

div.app_text dl.update {
	margin-top: 10px;
	padding: 5px 7px 7px;
	background :#FEDED7;	
	border: #F6B3A4 solid 1px;
}

div.app_text dl.update dt {
	color: #D22D07;
	line-height: 1.0;
	margin-bottom: 5px;
}
div.app_text dl.update dd {
	line-height: 1.2;
	font-size: 11px;
}

/* --------------------------------------------
	News
-------------------------------------------- */
div#news {
	float: left;
	width: 290px;
	height: 700px;
	text-align: left;
	color: #1B1815;
	background: #F2EADC url(../images/news.gif) repeat-x top;
	border-bottom: #E2D8C3 1px solid;
}

div#news a {
	color: #972E00;
}
div#news a:hover {
	color: #B93400;
}

div#news h2 {
	text-indent: -3333px;
	height: 120px;
	font-size: 18px;
	color: #AC3B08;
	text-align: center;
}

div#news h3 {
	margin: 0 15px 0;
	text-align: center;
	padding: 3px 6px;
	font-size: 13px;
	background: #40261E;
	color: #F7F3F2;
}

div.volme_info {
	margin: 0 15px 20px;
	overflow: auto;
	/*height: 350px;*/
	height: 400px;
}

div.latest_news {
	margin: 0 15px 15px;
	height: 170px;
}

div#news dl {
	margin: 5px 5px 0;
	font-size: 13px;
}

div.volme_info dl dt {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.2;
}

div.volme_info dl dd {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.4;
}

div.latest_news dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

div.latest_news dl dd {
	margin-bottom: 13px;
	font-size: 12px;
	line-height: 1.4;
}

/* --------------------------------------------
	Comment
-------------------------------------------- */
div#comment {
	margin-top: 44px;
	float: right;
	width: 510px;

	text-align: left;
	background: #D1EBE6 url(../images/comment.gif) no-repeat top;
	border-bottom: #C1DBD7 1px solid;
}

div#comment h2 {	
	padding: 20px;
	font-size: 20px;
	color: #143336;
}

div#comment h3 {	
	margin-bottom: 10px;
	padding:6px;
	line-height: 16px;
	font-size: 16px;
	color: #fff;
	background: #143336 url(../images/comment_title.gif) center;
}

div.comment_text {
	overflow: hidden;
	zoom: 1;
	padding: 0 18px 18px;
	font-size: 13px;
	line-height: 1.4;
}

div.comment_text p {
	margin-bottom: 10px;
}

div.comment_text p.comment_author {
	font-family: Georgia, "Times New Roman", Times, serif;
}

img.fred_photo_right {
	float: right;
	margin: 5px 0 0 10px;
	border: #fff 2px solid;
}

img.fred_photo_left {
	float: left;
	margin: 5px 10px 0 0;
	border: #fff 2px solid;
}

/* --------------------------------------------
	Content
-------------------------------------------- */

h2.page_title {
	text-align: left;
	padding: 0 0 28px 0px;
	font-size: 20px;
	color: #713908;
}

h3.page_subtitle{
	text-align: left;
	padding: 5px 8px;
	font-size: 15px;
	background: #4A2606 url(../images/title.gif) center;
	color: #fff;
}

div.content_box {
	margin: 0 0 40px;
	text-align: left;
	font-size: 13px;
}

div.content_box p {
	padding-bottom: 15px;
	line-height: 1.4;
}

img.right_img {
	float: right;
	margin: 0 0 10px 15px;
}

img.left_img {
	float: left;
	margin: 0 15px 10px 0;
}

/* --------------------------------------------
	What
-------------------------------------------- */

div.what_content h2 {
	margin-right: auto;
	margin-left: auto;
}

div.what_content div.content_box {
	margin-right: auto;
	margin-left: auto;
}

div.what p {
	line-height: 1.4;
	padding: 23px 5px 0;
	/*background: url(../images/note.gif) top;*/
	width: 420px;
}

div.what {
	padding-top: 30px;
	background: url(../images/app_box.gif) no-repeat top;
}

div.what img.right_img {
	margin-top: 21px;
}

div.what h3 {
	font-size: 16px;
	margin-bottom: 0px;
}

div.what dl {
	width: 450px;
}

div.what dl dt {
	margin-bottom: 5px;
	padding: 5px 3px;
	font-weight: bold;
	color: #031B29;
	background: #E2EBF0;
	line-height: 1.2;
	border: #C0D7E3 1px solid;
}

div.what dl dd {
	line-height: 1.4;
	margin-bottom: 20px;
}


/* --------------------------------------------
	Who
-------------------------------------------- */
div.who h3 {

}

div.who{
	
}

div.who img {
	margin: 0px 10px 0;
}

div.who p {
	line-height: 22px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	padding: 23px 120px 0;
	/*background: url(../images/note.gif) top;*/
}

div.who img.right_img {
	margin: 0 0 15px 15px;
}

div.who img.left_img {
	margin: 0 15px 15px 0;
}

/* --------------------------------------------
	How
-------------------------------------------- */
dl.how {
	width: 500px;
	padding: 0px 0px 40px;
	background: url(../images/line.gif) no-repeat center bottom;
}

dl.how dt {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 16px;
}

dl.how dd {
	margin: 0 0 10px 5px;
	padding: 3px 0 3px 0px;
}

dl.how dd strong {
	display: block;
}

dl.none {
	background: none;
	padding: 0px 0px 10px;
}

div.about {
}

div.about h2 {
}

div.about h3 {
	margin-bottom: 15px;
}

div.about dl {
	margin: 0 50px;
}

div.about dl dt {
	margin-bottom: 5px;
	padding: 5px 3px;
	font-weight: bold;
	color: #222505;
	background: #EBF8BF url(../images/about_dt.gif) no-repeat left bottom;
	border: #DCEBAA 1px solid;
}

div.about dl dd {
	margin-bottom: 25px;
}

/* --------------------------------------------
	Thanks
-------------------------------------------- */

dl.links {
	width: 500px;
	padding: 25px 0  25px;
	background: url(../images/line.gif) no-repeat center top;
}

dl.none {
	padding-top:0;
	background:none;
}

dl.links dt {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}

dl.links dd {
	margin: 0 0 0 5px;
	padding: 3px 0 3px 0px;
}

dl.thanks dd {
	margin-bottom: 15px;
}

dl.thanks dd strong {
	font-weight: bold;
	color: #1B0D02;
}

dl.links dd a {
}

/* --------------------------------------------
	Announcement
-------------------------------------------- */
div.announcement {
	border: #A18B79 1px solid;
}

div.announcement h3 {
	margin-bottom: 15px;
}

div.announcement p {
	padding: 0 20px 20px;
}

/* --------------------------------------------
	Footer
-------------------------------------------- */
address {
	padding-top: 50px;
	text-align: center;
	font-size: 13px;
	font-style: normal;
}


/* --------------------------------------------
	Contents List
-------------------------------------------- */

dl.contents_list {
	float: left;
	overflow: hidden;
	zoom: 1;
	width: 407px;
	height: 100px;
	padding-top: 10px;
	text-align: left;
	border-top: #EAE6E2 1px solid;
}

dl.right {
	float: right;
}

dl.contents_list dt {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
	color: #8C572B;
}


dl.contents_list dd {
	padding: 2px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
}

dl.contents_list dd {
	/letter-spacing: -1px;
}

dl.contents_list dd.pub_date {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: #EAE6E2 1px dotted;
}

dl.contents_list dd span {
	padding-left: 5px;
	font-size: 10px;
	font-weight: normal;
}

dl.contents_list dd span.new {
	color: #DD2F00;
	font-weight: bold;
	font-size: 11px;
}

dl.contents_list dd.thumb {
	float: left;
	padding: 0 0 20px;
	width: 60px;
	margin-left: -2px;
}

ul.vol_links {
	text-align: center;
	clear: both;
	padding: 0px 0px 15px;
	font-size: 12px;
}

ul.vol_links li {
	display: inline;
}

ul.vol_links li a {
	padding: 0px 5px;
	border-left: #ccc 1px solid;
}

ul.vol_links li.first a {
	border: none;
}

div.banners {
	margin-bottom: 15px;
}

div.banners img {
	margin: 0 5px;
}