/*
THEME NAME: CoccoAI
THEME URI: http://privatemoon.sakura.ne.jp/
DESCRIPTION: こっこAIテーマです。<a href="http://www.plaintxt.org/themes/sandbox/" target="blank">Sandbox</a>をもとに作成しました。
VERSION: 1.0
AUTHOR: <a href="http://privatemoon.sakura.ne.jp/">Yu.Kanduki</a>
AUTHOR URI: http://privatemoon.sakura.ne.jp/
*/

/* Architecture */
html, body, p, table, div, ul, li, h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 12px;
	color: #333;
	background:#F8F8FE;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 ;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background:#FFF url('images/cbg.png') no-repeat left bottom;
	background-position:2% 64%;
}

#header {
	height: 140px;
	background:url('images/title.png') no-repeat right top;
	border-top: 1px solid #E5E5E5;
	border-bottom: 2px solid #999999;
	margin-bottom:20px;
}

#container {
	float: left;
	width: 100%;
}

#content {
	margin: 0 240px 30px 20px;
	padding-bottom:40px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0.9, rgba(255,255,255,0.7)),color-stop(1, rgba(255,255,255,0)));
	background-image: -moz-linear-gradient(-90deg,rgba(255,255,255,0.7) 94%,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(-90deg,rgba(255,255,255,0.7) 94%,rgba(255,255,255,0) 100%);
}

#sidebar {
	margin: 0 0 30px -220px;
	width: 210px;
	float: left;
	overflow: hidden;
}

#footer {
	clear: left;
	text-align:center;
	width: 100%;
	color:#EEE;
	border-top: 3px solid #EFEFEF;
	background:#333;
}
.footer-content{
	padding:10px;
}
#footer a {
	color:#EEE;
}

/* General */
a:link {
	color: #11c;
	text-decoration: none;
}
a:visited {
	color: #e11;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:active {
	color: #E11;
	text-decoration: none;
}


img {
	border: 0;
}

h1 {
	font-family: 'Arial Black';
}
code {
	color:#030;
	border:solid 1px #278c5b;
	background:#ebfff5;
}
pre {
	color:#004;
	border:solid 1px #192b9e;
	background:#ebeeff;
}
code, pre {
	display:block;
	margin:10px 0;
	padding:10px;
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.val {
	color:#0884f0;
	font-weight:700;
}
.d-val {
	color:#E00;
	font-weight:700;
}
.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

/*----------------------------*/
/*        メニューバー        */
/*----------------------------*/
#access {
	text-align:right;
	overflow: hidden;
	width: 100%;
	margin:0;
}
#menu {
	padding-left:5px;
	background:#333;
	overflow: hidden;
}
#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display:block;
	_display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin:8px 15px;
	height:24px;
}
#menu ul li:hover {
	background:#F0F0F9;
	border:solid 1px #F0F0F9;
	border-top:solid 1px #FFF;
	border-left:solid 1px #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin:7px 14px;
	
}
#menu ul li a {
	color:#F0F0F9;
	display:block;
	text-align:center;
	background:url('images/window-sl-r.png') no-repeat top right;
	text-shadow:1px 1px 0px #333;
	padding:2px 7px;
	border:solid 1px #333;
	border-top:solid 1px #333;
	border-left:solid 1px #333;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#menu ul li a:visited {
	text-decoration:none;
	text-shadow:1px 1px 0px #333;
	padding:2px 7px;
	border:solid 1px #333;
	border-top:solid 1px #333;
	border-left:solid 1px #333;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#menu ul li a:hover {
	text-decoration:none;
	color:#121212;
	text-shadow:1px 1px 0px #FFF;
	border:solid 1px #F0F0F9;
	border-top:solid 1px #FFF;
	border-left:solid 1px #FFF;
}
#menu ul li a:active {
	color:#F00;
}

/*----------------------------*/
/*        ヘッダー部分        */
/*----------------------------*/
#blog-title {
	font-size: 300%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

/*----------------------------*/
/*           本文内           */
/*----------------------------*/
/* ページタイトル基本 */
.page-title {
	color:#008800;
	font-weight: bold;
	font-size: 18px;
	padding-left:30px;
	margin-left:20px;
	margin-bottom: 15px;
	background: url('images/setting.png') no-repeat top left;
}
.page-title a {
	color:#333;
	
}

/* このサイトについて */
.about .page-title{
	background: url('images/func.png') no-repeat top left;
}
/* 機能と特徴タイトル */
.home .page-title{
	background: url('images/func.png') no-repeat top left;
}
/* カテゴリー */
.category .page-title{
	background: url('images/heart-gold.png') no-repeat top left;
}
/* タグ */
.tag .page-title{
	background: url('images/tag.png') no-repeat top left;
}
/* アーカイブ */
.archive .page-title{
	background: url('images/book_g.png') no-repeat top left;
}
/* 検索 */
.search .page-title{
	background: url('images/zoom.png') no-repeat top left;
}

.page-content {
	width:680px;
	height:auto;
	padding-left:10px;
	line-height:1.75;
}
.page-content ul {
	list-style:none;
	margin:5px 0;
}
.page-content ul li {
	padding-left:20px;
	line-height:1.80;
	background:url('images/bullet_green.png') no-repeat 7px 8px;
}
.page-content h3 {
	background:#EFEFEF;
	text-shadow:1px 1px 0px #FFFFFF;
	padding-left:20px;
	margin:30px 0 15px 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.post, .page {
	width:100%;
}
.post {
	/*background-color:rgba(255, 255, 255, 0.7);*/
}
.page {

}
/* 記事タイトル */
.entry-title {
	width: 680px;
	font-size: 12pt;
	padding:4px;
	margin-bottom:10px;
	text-shadow:1px 1px 0px #FFFFFF;
	border-left:solid 2px #EFEFEF;
	border-bottom:solid 1px #EFEFEF;
	-webkit-box-shadow: 0px 3px 6px rgba(105,105,105,0.6);
	-moz-box-shadow: 0px 3px 6px rgba(105,105,105,0.6);
	-ms-box-shadow: 0px 3px 6px rgba(105,105,105,0.6);
	box-shadow: 0px 3px 6px rgba(105,105,105,0.6);
	background-image: -webkit-gradient(linear, left bottom, right top,color-stop(0, rgb(235, 237, 240)),color-stop(1, rgb(203, 199, 232)));
	background-image: -moz-linear-gradient(45deg,rgb(235, 237, 240) 0%,rgb(203, 199, 232) 100%);
	background-image: linear-gradient(45deg,rgb(235, 237, 240) 0%,rgb(203, 199, 232) 100%);
}

.entry-head{
	padding:3px 15px;
}

.entry-title a {
	color: #404040;
	background:url('images/edit.png') no-repeat 10px 2px;
	padding-left:30px;
}
.entry-title a:hover {
	color: #000099;
	text-decoration:none;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	height:20px;
	margin:3px;
	float: right;
	background: url('images/cbubble_left.png') no-repeat top left;
	padding: 10px 0px 10px 30px;
}

.entry-comments a, .entry-comments span {
	background: url('images/cbubble_right.png') no-repeat top right;
	padding: 10px 7px 10px 5px;
	color: #404040;
}

.entry-comments a:-moz-any-link, .entry-comments span:-moz-read-only {
	padding-top: 11px;		/* firefox */
}

.entry-comments a:hover {
	color: #404040;
}

.entry-meta {
	color: #666666;
	padding: 3px 0;
	border-bottom:dashed 1px #CCC;
}

.entry-categ {
	color: #666666;
	float:left;
}
.entry-categ strong {
	font-weight:normal;
}
.entry-categ strong a{
}

.cat-links {
	display:inline-block;
	width:320px;
	vertical-align:top;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url('images/rss.gif') no-repeat top left;
	background-position: 6px 6px;
}

.entry-content, .comments-content {
	line-height: 1.5;
	padding:15px;
	overflow-x:hidden;
}
.comments-content {
	border:solid 1px #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.comments-content div:last-child {
	border:0;
	margin-bottom:0;
}

.entry-content p {
	line-height:1.75;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}
.entry-content h3 {
	background:#edf3ff;
	border-left:solid 2px #91ade6;
	border-bottom:solid 1px #91ade6;
	text-shadow:1px 1px 0px #FFFFFF;
	padding-left:14px;
	margin:30px 0 15px 0;
}
.entry-content a , .comments-content a{
	color:#0000c0;
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.entry-under {
	width:660px;
	height:auto;
	margin-bottom:60px;
	padding:5px 15px;
	overflow:hidden;
	background:#F6F6F6;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-shadow:1px 1px 0px #FFFFFF;
}

.entry-comment-link {
	width:650px;
	text-align:right;
}

.trackback-text{
	height:16px;
	margin-top:-2px;
}

.archive-meta {
	margin:0 0 15px 20px;
}


/* 記事ナビ */
#nav-below a:hover {
	color:#00C;
	text-decoration:none;
	
}
#nav-below .nav-next {
	padding-right:20px;
	background:url('images/next.png') center right no-repeat;
}
#nav-below .nav-prev {
	padding-left:20px;
	background:url('images/prev.png') center left no-repeat;
}

/*----------------------------*/
/*        サイドバー          */
/*----------------------------*/
#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: 600;
	text-transform: uppercase;
}
#sidebar a {
	text-decoration:none;
	text-shadow:1px 1px 0px #FFFFFF;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
	overflow-x:hidden;
}
#sidebar ul li ul li ul {
	margin:0;
	padding:0;
	border:0;

}

#sidebar ul li ul, #sidebar ul li div {
	margin: 0;
	padding: 8px 0;
}
#sidebar ul li div {
	padding: 8px 10px;
}

#sidebar ul li div a:hover {
	background:#77aaff;
}

#sidebar ul li ul li {
	background: url('images/bullet_blue.png') no-repeat top left;
	background-position: 12px 9px;
	margin: 0;
	padding: 2px 12px 2px 20px;
}

#sidebar ul li ul li ul li {
	background: url('images/bullet_black.png') no-repeat top left;
	background-position: 12px 11px;
	margin: 0;
	padding: 4px 0 0 20px;
	border-bottom: none;
}

#sidebar ul li ul li a {
	display:block;
	padding:2px 0 2px 10px;
}

#sidebar ul li ul li a:hover {
	background:#77aaff;
}

.widget_archive ul li a {
	display:inline-block !important;
}

.widget_archive select {
	width:100%;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	border-top:1px solid #000000;
}

/*----------------------------*/
/*       ウィジェット         */
/*----------------------------*/
.widgettitle{
	color:#FCFCFF;
	width:170px;
	height:14px;
	padding:10px 0 10px 30px;
	overflow:hidden;
	background:#7b82d4 url('images/puzzle.png') no-repeat top left;
	background-position:8px 10px;
	text-shadow:1px 1px 0px #121224;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}

.widget {
	width:200px;
	border:solid 1px #EEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#F6F6FF;
	background-color:rgba(225, 225, 255, 0.8);
	-webkit-box-shadow: 2px 2px 4px rgba(51,51,51,0.6);
	-moz-box-shadow: 2px 2px 4px rgba(51,51,51,0.6);
	-ms-box-shadow: 2px 2px 4px rgba(51,51,51,0.6);
	box-shadow: 2px 2px 4px rgba(51,51,51,0.6);}

#s{
	width:115px;
}

#rss-links ul li {
	background: url('images/rss.gif') no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#calendar_wrap div{
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}

#wp-calendar caption {
	padding: 5px 0;
	/*background: #FAFAFA;*/
	margin-bottom: 5px;	
}
#calendar_wrap table {
	font-size:10pt;
	text-align:center !important;
	width:168px;
	margin:0 auto;
}

#wp-calendar td {
	text-align:center;
	color: #999999;
	width:20px;
	height:20px;
}

#wp-calendar td a {
	font-weight: bold;
	text-decoration:underline;
	display:block;
	padding: 3px 3px;
}
#wp-calendar td a:hover{
	background:#77aaff;
}

#wp-calendar #prev {
	text-align: left;
	width:64px;
}
#wp-calendar #next {
	text-align: right;
	width:64px;
}
#wp-calendar #prev a, #wp-calendar #next a {
	text-decoration:none;
}

#calendar_wrap {
	background:#FFFFFF;
	margin: 0;
	padding-bottom: 10px;
	border:1px solid #CCCCCC;
	border-top:1px solid #404040;
}



/*----------------------------*/
/*        コメント欄          */
/*----------------------------*/
.comment {
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:dotted 3px #E6E9F3;
}
.comment p {
	padding:5px 0;
}
.comments {
	margin-top: 30px;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-title {
	font-size: 120%;
	margin-bottom: 10px;
	padding:3px 0 3px 38px;
	background:url('images/chats.png') no-repeat 3px center;
}


.comment-author {
	font-weight: bold;
}

.comment-meta {
	margin-bottom: 5px;
	font-size: 90%;
}

.recentcomments {
	padding:6px 0 0 30px !important;
}
.recentcomments a {
	text-decoration:underline;
}

.unapproved {
	font-style: italic;
}

#comments {
	width:600px;
}

#respond {
	width:100%;
	margin-top: 30px;
}

#respond h3 {
	color: #404040;
	font-size:10pt;
	background:url('images/pencil.png') no-repeat 3px center;
	padding:3px 0 3px 38px;
	text-shadow:1px 1px 0px #FFFFFF;
}
#formtable{
	margin-bottom:5px;
}

.formwindow {
	padding:10px;
}


#comment-notes {
	margin-bottom: 10px;
}

.bypostauthor, .bypostauthor a{
	color:#008800 !important;
}

.form-input, .form-textarea, .form-label{
	color:#000099;
	diplay:inline-block;
}
.form-label {
	font-size:10pt;
	margin-bottom: 2px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: 'MS Gothic', sans-serif;
	font-size: 12px;
}

.form-input input {
	width:136px;
	margin-right:10px;
}

.form-input #url {
	width:355px;
}

.form-textarea input {
	width:120px;
}

.form-textarea textarea {
	width: 415px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}
.form-submit {
	width:430px;
	text-align:right;
	padding:0 0 2px 0;
}
.form-submit input {
	vertical-align:middle;
	padding-top: 6px;
}

.form-submit #submit {
	padding: 5px 12px;
	border:none;
	cursor:pointer;
	border:solid 1px #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(250, 250, 250)),color-stop(1, rgb(230, 230, 230)));
	background-image: -moz-linear-gradient(-90deg,rgb(250, 250, 250) 0%,rgb(230, 230, 230) 100%);
	background-image: linear-gradient(-90deg,rgb(250, 250, 250) 0%,rgb(230, 230, 230) 100%);
}

.form-submit #submit:hover {
	border:solid 2px #FFE93C;
	padding: 4px 11px;
}
.form-submit #submit:active {
	border:solid 2px #E66;
	padding: 4px 11px;
	background-image: -webkit-gradient(linear, left bottom, left top,color-stop(0, rgb(250, 250, 250)),color-stop(1, rgb(230, 230, 230)));
	background-image: -moz-linear-gradient(90deg,rgb(250, 250, 250) 0%,rgb(230, 230, 230) 100%);
	background-image: linear-gradient(90deg,rgb(250, 250, 250) 0%,rgb(230, 230, 230) 100%);
}
.trackback-title {
	font-size:10pt;
	padding-left:20px;
}

.trackback {
	background:#F9F9F9;
	padding-bottom:15px;
}

.trackback .comment-author, .trackback strong {
	color:#000099;
}

.required {
	color:#FF0000;
	margin:0 0.3em;
}

#error404-searchform {
	padding:0 30px 20px 15px;
}
/*----------------------------*/
/*         グリッド           */
/*----------------------------*/
#feature {
	width:100%;
	height:100%;
	text-shadow:1px 1px 0px #FFFFFF;
}
#feature div {
	width:180px;
	height:200px;
	padding:10px;
	margin:10px;
	float:left;
	border:solid 1px #EEE;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgba(255,255,255,0.7)),color-stop(1, rgba(239,245,235,0.7)));
	background-image: -moz-linear-gradient(-90deg,rgba(255,255,255,0.7) 0%,rgba(239,245,235,0.7) 100%);
	background-image: linear-gradient(-90deg,rgba(255,255,255,0.7) 0%,rgba(239,245,235,0.7) 100%);
}
#feature div a {
	color:#196;
	display:block;
	font-size:14px;
	text-decoration:none;
	font-weight:700;
	text-indent:20px;
	background:url('images/cog_g.png') no-repeat top left;
	background-position:0 2px;
}
#feature div a:hover {
	text-decoration:underline;
}
#feature div p {
	margin: 1em 0;
	
}


/*----------------------------*/
/*        インデックス        */
/*----------------------------*/
#index-content {
	padding:0 20px;
}
#index-header {
	width:920px;
	height:400px;
	padding:0 20px;
	background:#61B0ED url('images/title_bg.png');
	position:relative;
}
#index-header #blog-title {
	font-size:48pt;
	padding-top:10px;
	text-shadow: 2px 2px 2px rgb(0, 0, 48);
}
#index-header #blog-title a {
	color:#FFF;
}
#index-header #blog-title a:hover {
	text-decoration: none;
}
#index-download {
	position:absolute;
	top:275px;
	left:40px;
}
#index-top-navi {
	color:#fff;
	line-height:1.8;
	text-shadow: 1px 1px 4px rgb(255, 255, 255);
	position:absolute;
	top:140px;
	left:40px;
}
#index-top-navi a {
	color:#E00;
	font-weight:700;
}
.index #feature div {
	width:247px;
	height:160px;
	padding:18px
}
#index-feature {
	width:100%;
	margin-bottom:60px;
}
#index-news-title {
	background-image:url('images/message.png');
}
#index-news {
	width:650px;
	margin-bottom:60px;
	float:left;
}
.news-entry {
	padding-top:25px;
	margin:0 20px;
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	border-bottom:dotted 2px #CCCCDF;
}
#news-list {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#news-list div:first-child {
	border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
}
#news-list .news-entry:nth-child(odd) {
	background-color:rgba(255, 255, 255, 0.8);
}
#news-list .news-entry:nth-child(even) {
	background-color:rgba(240, 240, 245, 0.8);
}
#news-list div:last-child {
	border:0;
	border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
}
.news-title {
	margin-left:15px;
	padding-left:20px;
	background:url('images/edit.png') no-repeat 0 2px;
	
}
.index-hr {
	height:0;
	border:0;
	color:transparent;
	background:transparent;
	border-bottom:dashed 3px #DDD;
	margin:30px 15px;
}

#index-sidebar {
	width:270px;
	margin:82px 0 0 650px;
}

#index-sidebar div {
	width:180px;
	height:160px;
	margin:0 20px 20px 20px;
	padding:20px;
	border:solid 5px #E0E3FC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:#ECEFFF;
	text-shadow: 1px 1px 0px rgb(246, 246, 255);
	position:relative;
}
#index-sidebar div h4 {
	font-size:9pt;
	margin-bottom:15px;
}

#top-image {
	position:absolute;
	top:30px;
	right:50px;
	width:250px;
	-moz-opacity:0.5;
	opacity:0.5;
	filter: alpha(opacity=50);
}

.q-icon {
	position:absolute;
	top:-12px;
	left:-12px;
}

.qa-ul li {
	font-size:12pt;
	background:url('images/qa.png') no-repeat left center !important;
	padding:4px 0 4px 30px !important;
}
.func-ul li {
	font-size:12pt;
	background:url('images/func.png') no-repeat left 5px !important;
	padding:4px 0 4px 30px !important;
}
.func-ul li ul li {
	font-size:10pt;
	background:url('images/bullet_red.png') no-repeat left center !important;
	padding:2px 0 2px 20px !important;
}
/*----------------------------*/
/*        フッターナビ        */
/*----------------------------*/
#footer-navi {
	padding:0 30px;
	
}
#footer-navi div {
	width:180px;
	height:220px;
	margin:20px;
	float:left;
	text-align:left;
	line-height:2em;
}
#footer-navi div ul {
	list-style:none;
	margin-left:1.5em;
}
#footer a:hover {
	color:#ff770f;
}
#footer a:active {
	color:#F00;
}

/*----------------------------*/
/*         DLボタン           */
/*----------------------------*/
a.download {
	width:256px;
	height:80px;
	margin:2px 10px 10px 2px;
	border:solid 2px #f5d225;
	line-height:1.4;
	display:inline-block;
	background-color:#ffcf70;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 230, 138)),color-stop(1, rgb(247, 191, 79)));
	background-image: -moz-linear-gradient(-90deg,rgb(255, 230, 138) 0%,rgb(247, 191, 79) 100%);
	background-image: linear-gradient(-90deg,rgb(255, 230, 138) 0%,rgb(247, 191, 79) 100%);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 4px 4px 8px rgba(153,153,153,0.6);
	-moz-box-shadow: 4px 4px 8px rgba(153,153,153,0.6);
	-ms-box-shadow: 4px 4px 8px rgba(153,153,153,0.6);
	box-shadow: 4px 4px 8px rgba(153,153,153,0.6);
	color: #8C4010;
	text-shadow: 1px 1px 0px rgb(255, 254, 207);
	z-index:500;
}
a.download:hover {
	border:solid 2px #e69509;
}
a.download:active {
	border:solid 2px #E3601c;
	background-image: -webkit-gradient(linear, left bottom, left top,color-stop(0, rgb(255, 230, 138)),color-stop(1, rgb(247, 191, 79)));
	background-image: -moz-linear-gradient(90deg,rgb(255, 230, 138) 0%,rgb(247, 191, 79) 100%);
	background-image: linear-gradient(90deg,rgb(255, 230, 138) 0%,rgb(247, 191, 79) 100%);
}

a.download span {
	display:block;
	padding:13px 15px 17px 60px;
	background:url('images/aidl.png') no-repeat 16px 20px;
}

a.download:hover {
	background-position:-300px 0;
	text-decoration:none;
}
a.download span:hover {
	
}
a.download span strong{
	font-size:14px;
}

#history-check {
	display:inline-block;
	line-height:1.75;
	position:relative;
	vertical-align:top;
	width:320px;
	height:78px;
	margin:3px 0 0 20px;
	border:solid 2px #5c0b0f;
	color:#FFF;
	font-weight:700;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(232, 9, 28)),color-stop(1, rgb(255, 125, 142)));
	background-image: -moz-linear-gradient(-90deg,rgb(232, 9, 28) 0%,rgb(255, 125, 142) 100%);
	background-image: linear-gradient(-90deg,rgb(232, 9, 28) 0%,rgb(255, 125, 142) 100%);
	-webkit-box-shadow: 3px 3px 6px rgba(92,11,15,0.6);
	-moz-box-shadow: 3px 3px 6px rgba(92,11,15,0.6);
	-ms-box-shadow: 3px 3px 6px rgba(92,11,15,0.6);
	box-shadow: 3px 3px 6px rgba(92,11,15,0.6);
	text-shadow: 1px 1px 0px rgb(64, 6, 6);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffe8091c, endcolorstr=#ffff7d8e, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#5c0b0f, direction=135, strength=3);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffe8091c, endcolorstr=#ffff7d8e, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#5c0b0f, direction=135, strength=3)";
	zoom: 1;
	cursor:pointer;
}
#history-check span {
	display:block;
	padding:16px 18px 14px 46px;
	background:url('images/alert.png') no-repeat 8px 22px;
}
#history-check-arrow {
	width:0px;
	height:0px;
	position:absolute;
	top:38px;
	left:269px;
	border:12px solid #5c0b0f;
	border-left:12px solid transparent;
	border-top:12px solid transparent;
}
/* 検索フォーム */
#searchform {
	
}

#searchform div input#s {
	border:solid 1px #CCE;
}
#searchform div input {
	padding:2px 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#searchsubmit {
	color:#EEE;
	background:#006;
	border:0;
	cursor:pointer;
	font-size:9pt;
}
#searchsubmit:active {
	color:#600;
	background:#FF9660;
	border:0;
	cursor:pointer;
}
/*----------------------------*/
/*           見出し           */
/*----------------------------*/
.warn {
	background:url('images/warn.png') no-repeat left center;
	padding:3px 0 3px 30px;
}
.check {
	background:url('images/check.png') no-repeat left center;
	padding:3px 0 3px 30px;
}
.msg {
	background:url('images/msg.png') no-repeat left center;
	padding:3px 0 3px 30px;
}
.alert {
	background:url('images/alert.png') no-repeat left center;
	padding:6px 0 6px 36px;
}
.salert {
	color:#900;
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	background:#FFF6F6 url('images/alert.png') no-repeat 5px center;
	padding:16px 16px 16px 41px;
}
.chats {
	background:url('images/chats.png') no-repeat left center;
	padding:6px 0 6px 36px;
}
.fave {
	background:url('images/fave.png') no-repeat left center;
	padding:6px 0 6px 36px;
}
.alt-key {
	background:url('images/alt.png') no-repeat left center;
	padding:6px 0 6px 36px;
}
.margin10 {
	margin:10px;
}
.margin20 {
	margin:20px;
}
.block {
	display:block;
}
/*----------------------------*/
/*    simple_accordion追加    */
/*----------------------------*/
.simple_accordion_link {
	font-size:12pt;
	background:url('images/qa.png') no-repeat left center;
	padding:6px 0 6px 30px;
}
.simple_accordion_link:hover {
	text-decoration:none;
	color:#ff770f;
}
.simple_accordion_link:active {
	text-decoration:none;
	color:#f00;
}
/*----------------------------*/
/*           その他           */
/*----------------------------*/
#ro-copy{
	margin:2em 0 1em 0;
}
#copy-link {
	padding-bottom:35px;
}
#my-character {
	width:100%;
	height:125px;
	background:url('images/my.gif') no-repeat right bottom;
	padding:40px 0 0 0;
	z-index:10;
}
#lvup {
	text-align:right;
	_margin-top:-30px;
	position:fixed;
	right:0;
	bottom:0;
	z-index:50;
}
#lvup img{
	filter:alpha(opacity=10);
	opacity:0.10;
}
#lvup img:hover{
	filter:alpha(opacity=100);
	opacity:1.0;
}

