@charset "utf-8";
/*
Theme Name: 漢字読めるかな？ Theme by Office L
Theme URI: http://officel.biz/
Description: 
Version: 1.0
Author: Y.Nishimura
Author URI: http://officel.biz/
Tags: 

*/

/* -------------------------------------------------------------------------
 * リセットスタート don't touch me.
 * ------------------------------------------------------------------------- */
html {
	margin:0;
	padding:0;
	height:100%;
	margin-bottom:1px;
}
body {
	color:#333;
	background:#fff;
	font:14px/1.35 arial,helvetica,clean,sans-serif;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ ゴシック",Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
* html body{
	font-size:10pt !important;
	font-size:94.5%;
}
p,div,dl,dt,dd,ul,ol,li
,h1,h2,h3,h4,h5,h6
,pre,code
,form,fieldset,legend,input,textarea
,blockquote
,th,td {
	text-align:left;
	margin:0;
	padding:0;
}
table {
	font-size:inherit;
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
img {
	display: block;
	vertical-align:bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
q:before,q:after{content:'';}
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
select {
	vertical-align:middle;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
legend{
	color:#000;
}
input[type=radio]{
	margin:0 1px;
	padding:0;
	vertical-align:middle;
}
input[type=checkbox]{
	margin:0 1px;
	padding:0;
	vertical-align:middle;
}

:focus  {
	outline : 0;
}
/* -------------------------------------------------------------------------
 * デフォルトスタイルスタート Don't touch me 
 * ------------------------------------------------------------------------- */

h1 { font-size:138.5%;  }
h2 { font-size:123.1%; }
h3 { font-size:108%;  }
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold; 
}
abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
em { font-style:italic; }
blockquote,ul,ol,dl {
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:3em;
}
ol > li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul > li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	border:1px solid #000;
	padding:.2em .2em .1em .2em;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
p,fieldset,table,pre {
	margin-bottom:1em;
}
input[type=text],input[type=password] {
	padding:.1em;
	width:10em;
}
textarea{width:20em;}
pre,code,kbd,samp,tt {font-family:monospace;}
pre {
	border: 1px solid #ccc;
	width:auto;
	overflow: auto;
	margin:1em;
	padding: 2px 4px;
}
pre[title]:before{
	color:#fff;
	background:#333;
	font-size:         80%;
	text-align:right;
	margin-bottom:     0.3em;
	padding: 2px 4px;
	border-bottom:     1px solid #000;
	display:block;
	content:attr(title);
}
blockquote {
	display: block;
	border:1px solid #ccd;
	margin:1em;
	padding:5px;
}

cite {
	font-style: normal;
	text-align: right;
}

em {
	font-style: normal;
	font-weight: bold;
}

code {
	font-family:monospace;
}

kbd {
	font-family:monospace;
	text-transform: uppercase;
	border: 1px outset #ccc;
	padding: 0 0.4em;
}

kbd.accesskey {
	padding: 0 0.2em;
}
del {
	text-decoration:line-through;
}

del[datetime]:before{
	content: " ( "attr(datetime)" 削除) ";
}

ins{
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	}

ins[datetime]:before{
	content: " ( "attr(datetime)" 修正) ";
}


/* -------------------------------------------------------------------------
 * サイト固有スタイルスタート Yes,make me your preference. 
 * ------------------------------------------------------------------------- */
/* グリッド用。適当なセレクタを指定すれば、グリッド画像が表示される */
.gridtest{
/* body{ */
	background:transparent url("images/layoutGridTransmission01.gif") repeat 0 0 !Important ;
}
/* 配色用及びレイアウトの初期化 -------------------------------------------- */
body         { color:#333333;background:#fefefe     no-repeat center top; }
 #page       { color:inherit;background:transparent no-repeat center top; }
   #header   { color:inherit;background:transparent no-repeat center top; }
   #contents { color:inherit;background:transparent no-repeat center top; }
     #main   { color:inherit;background:transparent no-repeat center top; }
     #sub    { color:inherit;background:transparent no-repeat center top; }
   #footer   { color:inherit;background:transparent no-repeat center top; }
     #extra  { color:inherit;background:transparent no-repeat center top; }

/* レイアウト -------------------------------------------------------------- */
body {
	text-align: center;
	margin:0 auto;
}
#page {
	background-image:url(images/bg_page.png);
	text-align: center;
	margin:50px auto 0 auto;
	width:480px;
}
#header {
	text-align: left;
	background-image:url(images/line_w480.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0;
}
#header-inner {
	background-image:url(images/logo.jpg);
	background-position:5px 5px;
	background-repeat:no-repeat;
}
#contents {
	text-align: left;
	clear:both;
	margin:0;
	padding:0;
}
#contents-inner {
}
#main {
	width: 250px;
	float: left;
	display: inline;
	*margin-right:-1px;
}
#sub {
	width: 230px;
	float: left;
	display: inline;
	*margin-right:-1px;
}
/* コンテンツエリア内余白確保 */
#main-inner {
	margin:20px 10px 20px 0;
}
#sub-inner {
	margin:20px 0 20px 0;
}
#footer {
	background-image:url(images/line_w480.png);
	background-position:center 2em;
	background-repeat:no-repeat;
	text-align: left;
	clear:both;
	margin:0 auto;
	padding:0;
}
#extra {
}

/* レイアウトコントロール */
#header,#footer {
}

hr.section-separator {
	display:none;
}


/* アンカースタイル -------------------------------------------------------- */
a         { color: #0D7B99; text-decoration: none; }
a:link    { color: #0D7B99; }
a:visited { color: #00626B; }
a:hover   { color: #D84409; }
a:active  { color: #BF2502; }
#footer a       { color: #0D7B99; }
#footer a:hover { color: #D84409; }

/* Navigation -------------------------------------------------------------- */
#header h1 {
	margin:0;
	padding:0
	clear:both;
}
#header h1 a {
	color:#000000;
	padding:10px 0 0 40px;
	display:block;
}
#header h1 a:hover {
	text-shadow:#ccc 0 0 10px;
}
#header #description {
	margin:0;
	padding:10px 0;
}

#header .navi {
	margin-bottom:5px;
}
#header .navi ul{
	font-size:90%;
	background:#cfcfcf;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
#header .navi ul li {
	font-weight:bold;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin:0 0.3em 0 0;
}
#header .navi ul li a {
	color:#7a7a7a;
	text-decoration:none;
	display:block;
	padding:0.3em 0.5em;
	border-left:0.4em solid #cfcfcf;
}
#header .navi ul li a:hover {
	color:#cfcfcf;
	background:#6a6a6a;
	border-left:0.4em solid #5a5a5a;
}
#header .category ul{
}
#header .category ul li a {
}
#header .category ul li a:hover {
}
/* 上のグローバルメニューの検索フォーム */
#header .navi ul li.search {
	float:right;
}
#header .navi ul li.search form {
}
#header .navi ul li.search form label {
	display:none;
}
#header .navi ul li.search form input {
	font-size:0.7em;
	margin:2px 0 0 0;
	padding:0;
}
/* 下のグローバルメニューのRSSリンク */
#header .category ul li.rss{
	float:right;
}
#header .category ul li.rss a{
}
/* Adsense ----------------------------------------------------------------- */

#contents .ad.pc.top {
	text-align:center;
	margin:10px 0 10px 0;
}
#main .ad.pc.main {
	background:#f6f6f6;
	height:210px;
	margin:20px 0 20px 0;
	padding:10px;
	border:8px dotted #fff;
}
/* Featured box ------------------------------------------------------------ */
#featuredbox {
	background:#666;
	margin:0 auto 5px auto;
	padding:5px 5px 0 5px;
	min-height:250px;
}
* html #featuredbox {
	height:250px;
}
#featuredbox h2{
	background:#999;
	margin:0 0 5px 0;
	padding:3px 0 0 5px;
}



/* Breadcrumb -------------------------------------------------------------- */
.breadcrumb {
	clear:both;
	margin:0 0 30px -5px;
	padding:0 0 2px 0;
	/* 領域確認用 */
	/*
	border:1px solid #ccc;
	*/
	border-bottom:2px groove #666;
}
.breadcrumb p {
	font-size:0.9em;
	margin:0;
	padding:0;
}

/* main -------------------------------------------------------------------- */
#main .post {
}
#main h2 ,
#main h2 {
	margin:0 0 10px 0;
	text-shadow:#ccc 2px 2px 2px;
}
#main h3{	/* 問題と回答そのもの */
	background:#f6f6ff;
	font-size:200%;
	font-weight:normal;
	text-align:center;
	margin:0 0 0 0;
	padding:20px 0;
	border:8px dotted #fff;
}
#main h3.ans {
	background:#fff6f6;
}

#main ul.post {
/*
	font-size:90%;
*/
}
#main ul {
	margin:20px 0;
}
#main ul li{
	list-style:none;
}
#main div.memo {
	margin:15px 0;
}
#main p.date {
	margin:20px 0 0 5px;
}

#main dl {
	margin:10px 0;
}
#main dl dt {
	margin:5px 0;
}
#main dl dd {
	margin:0 0 1em 1em;
}

#main .navigation {	/* 前次リンク */
	margin-top:20px;
	line-height:2em;
	height:2em;
}
#main .navigation .new {
	/*
	padding-left:10px;
	*/
	float:left;
}
#main .navigation .old {
	padding-right:10px;
	float:right;
}

#main .post {
	clear:both;
}

/* sub --------------------------------------------------------------------- */
#sub h2 {
	background-image:url(images/line_w230.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-indent:5px;
	text-shadow:#ccc 2px 2px 2px;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}
#sub div.widget {
	margin:0 0 20px 0;
}
#sub .widget ul {
	margin-left:1.3em;
}
#sub .widget ul li {
	list-style-image:url(images/li01.gif);
}
#sub #search form {
	margin:0;
	padding:0;
}

/* Widget ------------------------------------------------------------------ */
#sub .widget_archive ul ,
#sub .widget_categories ul {
	margin:10px 0 0 0;
}
#sub .widget_archive li ,
#sub .widget_categories li {
	text-align:right;
	list-style:none;
	border-bottom:2px dotted #efefef;
	margin-bottom:2px;
}
#sub .widget_archive a ,
#sub .widget_categories a {
	text-align:left;
	text-indent:1em;
	display:inline-block;
	width:80%;
	float:left;
}

#sub .widget_tag_cloud div div{
	margin-left:5px;
}
#sub .widget_tag_cloud a{
	font-size:100% !important;
	margin-right:1em;
	line-height:1.7;
}
#sub .widget_tag_cloud a:hover{
	text-shadow:#ff6666 0 0 15px;
}

/* Footer ------------------------------------------------------------------ */
#footer p#go2top {
	text-align:right;
}
#footer h2 ,
#footer ul {
	margin-top:0;
}
#footer table {
	font-size:0.9em;
}

#footer #extra {
	width:100%;
	overflow:auto;
}
#footer #extra01,
#footer #extra02,
#footer #extra03 {
	width:30.9%;
	float:left;
}
#footer #extra03 {
	width:38.1%;
}
#footer #extra01 .inner,
#footer #extra02 .inner,
#footer #extra03 .inner {
	background:#efe;
	margin:5px 0 5px 5px;
}
#footer #extra03 .inner {
	margin:5px 4px 5px 5px;
}
#footer #copyright {
	text-align:right;
	clear:both;
	padding:5px 0 5px 0;
}
#footer #copyright p{
	margin:0;
	padding:0;
}

/* サービススタイル -------------------------------------------------------- */
img { background:transparent url("images/wait.gif") no-repeat center center; }
/* バグ取り ---------------------------------------------------------------- */

@media print {
	* {
		float:none !important;
	}
}


