@charset "utf-8";
/*  contentBody
=======================================================*/

body {
	color: #141414;
	background: #FFF;
	font-size: 16px;
	line-height: 26px;
}
a:link, a:active, a:hover, a:visited {
	color: #16abd7;
	text-decoration: underline;
}
p {
	margin-bottom: 1.0em;
}

.txt-bold {
	font-weight:bold;	
}

.txt14 {
	font-size:14px;
}

.txt18 {
	font-size:18px;
}

.txt18b {
	font-size:18px;
	font-weight:bold;
}

.txt24 {
	font-size:24px;
	line-height: 34px;
}

.txt24b {
	font-size:24px;
	font-weight:bold;
}

/*main content*/

div#main-wrapper {
	margin: 0 auto;
	width: 1060px;
}

div#news-content {
	width: 1060px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	clear: both;
}
div#news-content h2 {
	margin-bottom: 0px;
}

/* news */

#right-menu {
	float: right;
	width:200px;
}

#right-menu h3{
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#right-menu ul li {
	list-style-position: outside;
	list-style-image: url(/en/images/allow.gif);
}

#right-menu ul li a {
	text-decoration: none;
	
}

#right-menu ul li a:hover {
	text-decoration: underline;
}

#right-menu div#rss a {
	display:block;
	text-decoration: none;
	height: 30px;
	color: #FFF;
	width: 110px;
	text-align: center;
	line-height: 30px;
	margin-top: 2em;
	background: #000;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	font-size: 0.8em;
}

#right-menu div#rss a:hover {
	background: #8fb74e;
	
}

#articles-wrapper {
	float: left;
	width: 100%;
	margin-top:-2em;
}

#articles-wrapper img {
	max-width:800px !important;
}

#articles-wrapper h2#page-name {
	display: block;
	width: 100%;
	margin-top: 2em;
}

#articles-wrapper h3 {
	font-size: 1.8em;
	display: block;
	width: 100%;
	font-weight: bold;
	padding-bottom: 0.4em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	margin-top: 1.5em;
}

#articles-wrapper h3 a {
	text-decoration: none;
	color: #15b1de;
}

#articles-wrapper h3 a:hover {
	text-decoration: underline;
}

#articles-wrapper div.date {
	display: block;
	width: 100%;
	font: 0.8em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:2em;
}

#articles-wrapper div.article {
	line-height: 1.6em;
	margin-bottom:1.6em;
}

#articles-wrapper div.article p {
	margin-top:1.2em;
}

#articles-wrapper div.category {
	display: block;
	width: 100%;
	margin-bottom: 0.4em;
	text-align: right;
	background: url(../images/dotline.png) repeat-x left bottom;
	height: 3em;
}

#articles-wrapper div.category a:hover {
	color: #8fb74e;
}

#articles-wrapper div.article-plugin {
	margin-top:-3.5em;
}

#articles-wrapper div#navi {
	display: block;
	width: 100%;
	margin-top:3em;
	margin-bottom: 4em;
}

#articles-wrapper div#navi div#back a,
#articles-wrapper div#navi div#next a{
	display:block;
	text-decoration: none;
	height: 50px;
	color: #FFF;
	width: 200px;
	text-align: center;
	line-height: 50px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}

#articles-wrapper div#navi div#back a {
	background: #000;
}

#articles-wrapper div#navi div#next a {
	background: #000;
}

#articles-wrapper div#navi div#back  a:hover {
	background: #15aedb;
	color: #FFF;
}

#articles-wrapper div#navi div#next a:hover {
	background: #15aedb;
	color: #FFF;
}

#articles-wrapper div#navi div#back a {
	float: left;	
}

#articles-wrapper div#navi div#next a {
	float: right;	
}

/*footer*/

div#copyright {
	font-size: 0.8em;
	text-align: right;
	margin-top: -10px;
	margin-bottom: 30px;	
}
