/* @group Reset */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

blockquote, li, dt, dd {
	margin-left: 1em;
}

li {
	list-style: none;
}

input, textarea {
	font-size: 1em;
}
/* @end */

/* @group Initialize */

body {
    font-family: 'Lucida Grande', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    color: #bbb;
}

a, a:link, a:visited {
    color: #ccc;
    text-decoration: none;
}

a:hover {
    color: #cd8f00;
    border-bottom: 1px dotted #cd8f00;
}

a img, a:hover img {
    border-style: none;
    border: 0;
}

/* @end */

/* @group Utility */

.left-image {
    margin: 0 20px 10px 0;
    float: left;
}

.right-image {
    padding: 0 0 10px 10px;
    float: right;
}

.right-caption {
	font-size: 0.9em;
	font-style: italic;
	color: 333;
	text-align: right;
	padding-right: 10px;
}

.left-caption {
	font-size: 0.9em;
	font-style: italic;
	color: 333;
	padding-left: 20px;
}

.clear {
	clear: both;
}

.warning {
	border: 1px solid #888;
	background: #152040;
	margin: 15px 0 20px;
	padding: 10px 20px 10px 0;
}

.note {
	border: 1px solid #444;
	background: #333;
	padding: 10px 10px;
	-webkit-border-radius: 5px;
}

.highlight {
	color: #ff8;
}

.highlight-green {
	color: #8f8;
}

/* @end */

/* @group Page Layout */

body {
    background: #111A33 url(images/navi-bar.png) repeat-x 0 97px;
    text-align: center; /* center on ie */
}

#container {
	width: 900px;
	position: relative;
	margin: 0 auto; /* center on everything else */
	text-align: left;
}

#header {
    height: 100px;
    width: 100%;
    float: left;
}

#navi {
    height: 23px;
    width: 100%;
	float: left;
}

#pagebody {
    width: 100%;
    padding: 30px 0px;
    float: left;
}

    #top-contents {
        width: 840px;
        padding: 0 0 20px 5px;
    }

    #contents {
        width: 675px;
        float: left;
        border-left: 5px solid #7f6523;
        margin-right: 20px;
    }

	#left-contents {
		float: left;
		width: 50%;
	}
	
	#right-contents {
		float: left;
		width: 49%;
	}

    #sidebar {
        width: 179px;
        float: left;
        border-left: 1px dotted #7f6523;
        padding-left: 20px;
    }
	
#footer {
    width: 100%;
    float: left;
    border-top: 1px solid #7f6523;
    margin: 20px 0px 30px;
    padding-top: 20px;
    padding-bottom: 40px;
}


/* @end */

/* @group header */

#monokakido {
    width: 700px;
    float: left;
}

#monokakido p {
    text-indent: 0.5em;
    font-size: 1.2em;
}

#extra-menu {
    padding-top: 30px;
    padding-left: 20px;
    float: left;
    text-align: right;
}

#header h1 {
    text-indent: -9999px;
    background: transparent url(images/logo.png) no-repeat 0 0;
    height: 63px;
    margin: 20px 0px;
}

#extra-menu ul, #extra-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#extra-menu li {
    float: left;
    padding: 0px 6px;
}

#extra-menu-sitemap {
    border-right: 1px solid #ddd;
}

/* @end */

/* @group navi */


#menu {
    width: 700px;
    margin-top: 2px;
    float:left;
    font-size: 1.4em;
    color: #131c26;
}

#menu ul, #menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    float: left;
    padding: 0px 15px;
}

#menu a {
    color: #131c26;
    border: 0;
    font-weight: bold;
}

#menu a:hover {
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}

.menu-item-with-separator {
    border-right: 1px solid #131c26;
}

.menu-current {
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 1px 1px #000;
}

#menu a.menu-current {
    color: #ccc;
    border: 0;
    font-weight: bold;
}

#menu a:hover.menu-current {
    color: #fff;
}

#search {
    width: 140px;
    float: left;
    padding-left: 20px;
}

/* @end */

/* @group contents */

#home-information {
    margin: 0 20px;
    height: 300px;
}

#contents h2,
#top-contents h2 {
    color: #ac8117;
    font-size: 2.5em;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 20px;
    text-shadow: 0px 1px 2px #000;
}

#top-contents h2 {
	font-size: 2em;
}

#top-contents h3 {
	line-height: 1.3em;
}

.page-icon {
	padding: 0;
	margin: 0 20px 0 20px;
}

h2.with-icon {
	padding-top: 18px;
	padding-bottom: 10px;
}

.content-nav {
    text-align: right;
    margin-right: 240px;
    margin-bottom: 10px;
}

/* @group entry */

.entry h3 {
    font-size: 2em;
    padding: 0 0 0 20px;
}

.top-entry h3 {
    font-size: 2em;
    padding: 0 0 0 340px;
}

.entry h3 a {
    color: #fff;
}

.entry h3 a:hover {
   color: #cd8f00;
}

.entry h4 {
    margin: 0 0 10px 280px;
    font-weight: bold;
    color: #888;
}

.entry-date {
	font-size: 0.8em;
	text-align: right;
	color: #666;
}

.entry-content,
.comment-content,
.trackback-content {
    line-height: 1.75em;
}

.entry-content a,
.comment-content a,
.trackback-content a {
	color: #cd8f00;
}

.entry-body p {
    margin: 0 0 1em 280px;
}

.top-entry p {
    margin: 0 0 10px 340px;
}

.entry-body img {
    float: left;
    margin: 5px 20px 1em -260px;
}

.entry-body del {
    color: #333;
}

.entry-body ul, .entry-body ol {
    margin-left: 1.5em;
    padding: 0;
    margin-left: 300px;
}

.entry-body ul li {
    list-style: disc;
}

.entry-body ol li {
    list-style: decimal;
}

.entry-caption-image {
    float: left;
    margin: 0px 20px;
    width: 280px;
    height: 280px;
    overflow: hidden;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #7f6523;
    padding-top: 3px;
    color: #666;
    font-size: 0.8em;
    text-align: right;
}

.entry-more-link {
    text-align: right;
}

#trackbacks,
#comments {
    margin: 30px 0 0 20px;
}

#trackbacks h3,
#comments h3,
#comments-open h3  {
    color: #888;
    margin:  0 0 10px 0;
    padding: 0;
}

.comment-content p {
    margin-bottom: 1em;
}

.news-body {
	margin-left: -240px;
	margin-right: 20px;
	font-family: serif;
}

.news-title {
	padding-top: 1.5em;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
}

.support-body {
	margin-left: -240px;
	margin-right: 20px;
}

.support-body li {
/*	margin: 0;*/
}

#trackbacks-info {
    margin: 10px 0px;
    border: 1px dotted #7f6523;
    padding: 10px;
    font-size: 0.8em;
    text-align: center;
}

/* @end */

/* @group archives */

.archives {
    margin: 20px;
}

.archives li {
    line-height: 1.8em;
}

/* @end */

/* @group left/right-contents */

#left-contents h2,
#right-contents h2 {
	font-size: 2em;
}

#left-contents li,
#right-contents li {
	list-style: disc;
    line-height: 2em;
	margin: 0 0 5px 40px;
}

#left-contents .date,
#right-contents .date {
	font-size: 0.8em;
    margin-left: 1.5em;
    color: #888;
}

/* @end */


/* @group static-page */

.static-page {
    margin: 0 0 0 20px;
    font-size: 1em;
}

.static-page h3 {
    color: #888;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.static-page h4 {
    color: #ccc;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: 1.5em;
}

.static-page p {
    line-height: 1.7em;
    margin-bottom: 1em;
    margin-left: 2em;
}

.static-page ul {
    margin-bottom: 1em;
    margin-left: 2em;
}

.static-page ul li {
    list-style: disc;
}

.static-page ol {
    margin-bottom: 1em;
    margin-left: 2em;
}

.static-page ol li {
    list-style: decimal;
}

.static-page li {
    margin-left: 2em;
    line-height: 1.5em;
}

.static-page p.last-update {
    color: #888;
    text-align: right;
    font-size: 0.8em;
}

.static-page img {
    margin: 8px;
}

.white-image-frame img {
	padding: 5px;
    background: #fff;
}

.static-page a,
.static-page a:link,
.static-page a:visited {
    color: #cd8f00;
}

/* @end */

/* @group slideshow */

#slideshow {
	position: relative;
	height: 240px;
	width: 200px;
}

#slideshow img {
	position: absolute;
	left: 5px;
	top: 0;
}

/* @end */

/* @group contact */

#mail_progress {
    display: none;
}

#mail_progress img {
    padding: 0;
    margin: 0 10px;
    background: transparent;
    vertical-align: middle;
}

.mail_body p {
    margin-left: 0;
    margin-right: 0;
}

/* @end */

/* @group sitemap */

#sitemap {
    margin: 0 20px;
}

#sitemap ul {
   margin: 0;
   margin-left: 2em;
}

#sitemap li {
    list-style: disc;
    line-height: 2em;
}

#sitemap a {
    color: #ddd;
}

#sitemap  a:hover {
    color: #cd8f00;
}

/* @end */

/* @group privacy policy */

#privacy-policy li {
    margin-bottom: 1em;
}

/* @end */

/* @group history */

.history {
    margin-left: 2em;
}

.history td {
    padding: 0.5em;
}

.history-date {
    width: 5em;
    text-align: right;
}

/* @end */

/* @group sidebar */

.module {
    margin: 0px 0px 30px;
}

.module h2 {
    color: #ac8117;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0px 1px 1px #000;
}

.module li {
    list-style: disc;
    margin-left: 1.5em;
    line-height: 2em;
}

.module p {
    line-height: 1.5em;
    margin-left: 10px;
}

.more-infomation {
    text-align: right;
}

#module-rss-item {
    background: transparent url(images/rss.gif) no-repeat center left;
    padding-left: 18px;
    list-style: none;
}

.module-date {
    color: #666;
    font-size: 0.8em;
    margin-left: 1em;
}

.module-banner ul, .module-banner li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-banner li {
    margin-left: 0;
    list-style: none;
}

/* @end */

/* @end */

/* @group footer */

#footer {
    font-size: 0.8em;
    color: #666;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #cd8f00;
}

#copyright {
    float: left;
    width: 700px;
}

#powered-by {
    float: left;
    text-align: left;
    padding-left: 20px;
}

/* @end */

/* @group Special */

.appstore {
    float: right;
    padding: 15px;
}

.download {
    float: right;
    text-align: right;
    margin-left: 1em;
    margin-bottom: 2em;
}

.download img {
   padding: 0.5em 0;
}

.download a:hover {
    border: none;
}

.secom-badge {
    background: #fff;
    padding: 8px;
    float: right;
    margin: 20px 0 10px 10px;
    -webkit-border-radius: 8px;
}

/* @end */