@charset "utf-8";
@import url(../_import/common.css);
@import url(../_import/text_decorations.css);

/*
	apple style
		made by tahara@next.gr.jp
*/

/*
	フォント用黄緑
	#669933
	
	黄緑
	#8DC63F
	
	オレンジ
	#ff9900
*/

*{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
-------------------------------------------------
	BASE
-------------------------------------------------
*/

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	font-size: small !important;
	font-size: x-small;
	line-height: 160%;
	text-align: center;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff url(/images/bg.gif) repeat-y;
	text-align: left;
}

/* Anchor */

a:link {
	color: #669933;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, a:active {
	background-color: transparent;
	color: #ff9900;
	text-decoration: none;
}

img { border: 0; }


/* Forms */
input, textarea, select {
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
    font-size: 100%;
}

input[type="text"] {
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
    font-size: 100%;
}

fieldset {
    margin: 2em 0 1em 0;
    padding: 2em 0 1.5em 1em;
    border: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

legend {
    margin-left: 1em;
    padding: 0 2em 0 2em;
    border: 1px solid #cccccc;
}

label {
	margin: 0;
	padding: 0;
}

.noscript {
    display: inline;
}


/*
-------------------------------------------------
	HEADER
-------------------------------------------------
*/

#header {
	height: 70px;
	margin: 0;
	padding: 0;
	background: #fff url(./resources/head.gif);
}

#header h1 {
	float: left;
	margin: 0 10px;
	padding: 15px 5px;
	color: #8DC63F;
	font-family: verdana, sans-serif;
	font-size: 160%;
	letter-spacing: 0.1em;
}

#header h1 a:link, #header h1 a:visited {
    color: #8DC63F;
    text-decoration: none;
}

#header h1 a:hover {
    color: #ff9900;
    text-decoration: none;
}

#subtitle {
	color: #999999;
	font-style: italic;
	line-height: 50px;
}


/*
-------------------------------------------------
	CONTENT BOX
-------------------------------------------------
*/

#content {
    display: inline;
	float: left;
	width: 520px;
	margin: 0;
	padding: 0;
	/*
	background: #ffffff;
	*/
}
/*
#content h2 {
	margin: 10px 20px;
}

#content p {
	margin: 10px 20px;
	padding: 2px 5px;
}
*/

#content h2.date-title {
	margin: 10px 0;
	padding: 2px 2px 2px 5px;
	border-left: 5px solid #8DC63F;
	color: #777;
	font-family: arial, verdana, sans-serif;
	font-size: 130%;
	letter-spacing: 0.1em;
	background: #ffffff;
}

h3.article-title, #content h4 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #8DC63F;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

div.date {
	width: 95%;
	color: #666666;
	text-align: right;
}

.section {
	margin: 0 10px 10px 10px;
	padding: 0;
}

.section .section {
	background: #ffffff;
	margin: 0 0 5px 0;
	padding: 10px;
}

.section h2 {
	margin: 10px 0;
	padding: 2px 2px 2px 5px;
	border-left: 5px solid #8DC63F;
	color: #777;
	font-family: arial, verdana, sans-serif;
	font-size: 130%;
	letter-spacing: 0.1em;
	background: #ffffff;
}

.section p {
	color: #333333;
	margin: 5px 0;
	padding: 2px 5px;
	background: #ffffff;
}

.section blockquote {
	width: 90%;
	margin: 10px;
    padding: 10px 20px 10px 10px;
    border-left: 5px solid #99cc66;
    border-bottom: 0;
    background: #eeffdc url(../_shared/top_right.png) no-repeat right top;
    color: #333333;
	background: #ffffff;
}

img.thum {
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
}


/* Article footer */

.a-footer {
	margin: 0 0 20px 0;
	padding: 0;
	border-top: 1px solid #8DC63F;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	text-align: right;
}
/**
 * Footer Anchors
 */
.a-footer a {
	margin: 0 0.5em 0 0;
	padding: 0px 0px 4px 14px;
	background: #ffffff url(../_shared/anchor_bg.png) 0px 0px no-repeat;
    font-size: 12px;
    text-shadow: #ffffff 0.2em 0.2em 0.2em;
        
    /* For Debug */
    /* border: 1px solid #6600CC; */

}
.a-footer a:hover, a.read-more:hover {
	background-position: 0px -30px;
}
.a-footer a:active, a.read-more:hover {
	background-position: 0px -60px;
} 
a.status-on {
	background-position: 0px -90px !important;
}
a.status-on:hover {
	background-position: 0px -30px !important;
}
a.status-on:active {
	background-position: 0px -60px !important;
}

/* Previous Logs Navi Link */

p#prev-logs {
	margin: 5px 0;
	padding: 2px 5px;
}

/*
-------------------------------------------------
	MENU BOX
-------------------------------------------------
*/

#menu-box {
    display: inline;
	float: left;
	width: 180px;
	margin: 0 0 0 50px !important;
	padding: 10px 0;
	/*
	background: #ffffff;
	*/
}

/* Contents Navi */
#content-menu {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}

#content-menu h2{
	display:none;
}

ul.menu {
    list-style: none;
	margin: 0 10px 0 0;
    padding: 0;
    border-top: 1px solid #cccccc;
}

li.menu {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px solid #cccccc;
    line-height: 14px;
    text-indent: 0;
}

/* Current Page Menu */
li.cur-menu {
	list-style: none;
	height: 22px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #cccccc;
	border-top: none;
	background: #ffffff;
	color: #669933;
	line-height: 22px;
	text-indent: 0;
}

a.menu, a.menu:visited {
    display: block;
	height: 22px;
    margin: 0;
	padding: 0 10px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background: #eeeeee url(./resources/menu_bg.gif) 0 0 repeat-x;
    color: #666666;
	line-height: 22px;
    text-decoration: none;
}

a.menu:hover, a.menu:active {
	background: #fafafa;
    color: #ff9900;
    text-decoration: none;
}

/* ---------------------------------------------- */

div.menu {
	margin: 20px 10px 20px 0;
    padding: 0 10px 10px 10px;
    border: 1px solid #cccccc;
	background: #ffffff;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
}

div.menu h2 {
	margin: 0 -10px 10px -10px;
	padding: 4px 10px;
    background: #eeeeee;
	border-bottom: 1px solid #cccccc;
	background: #eeeeee url(./resources/menu_bg.gif) 0px 0px repeat-x;
    color: #333333;
    font-size: 100%;
	font-weight: normal;
	line-height: 14px;
}

div.menu p {
	margin: 0;
	padding: 5px;
}

div.menu ul {
    list-style-type: square;
	margin: 0 0 0.5em 20px;
	padding: 0;
	line-height: 160%;
    font-size: 90%;
}

#search {
	margin: 0;
	padding: 0;
}

#search input {
	
}

input#search-button {
	width: 30px;
	margin: 0;
}

span#search-plus {
	vertical-align: top !important;
	vertical-align: middle;
}

#recent-entries li {
	list-style-image: url(./resources/entry.gif);
}

#recent-comments li {
	list-style-image: url(./resources/comment.gif);
}

#recent-trackbacks li {
	list-style-image: url(./resources/trackback.gif);
}

/* Archive, Category, CSS-Swicher Form */
#archives, 
#category,
#css-form {
    margin: 0 0 10px 0;
}

#archives select, 
#category select,
#css-form select {
	width: 150px;
}

/* Admin Menu */
#logout {
	margin: 0 -10px -10px -10px;
	padding: 0.5em 0;
    border-top: 1px solid #999999;
    background: #eeeeee url(../_shared/gray_stripe.png);
    text-align: center;
}

h2.menu-box {
    /*
	margin: 0 10px;
	padding: 0;
    font-size: 100%;
    */
	margin: 0 10px 10px 0;
	padding: 2px 2px 2px 5px;
	border-left: 5px solid #8DC63F;
	color: #777;
	font-family: arial, verdana, sans-serif;
	font-size: 130%;
	letter-spacing: 0.1em;
	background: #ffffff;
}

#menu-box h3 {
    font-size: 110%;
}

/* CALENDAR TABLE */

#calendar {
    margin: 0;
	width: 95%;
    border-collapse: collapse;
    border: 1px solid #cccccc;
    color: #333333;
    line-height: 150%;
    text-align: center;
    text-shadow: #cccccc 0.2em 0.2em 0.2em;
}

#calendar thead th {
	height: 23px;
    padding: 0;
    color: #999999;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    background-image : url(./resources/menu_bg.gif);
}

#calendar thead th[abbr="Year and Month"] {
	height: 23px;
    padding: 0;
    color: #333333;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    background-image : url(./resources/menu_bg.gif);
}

#calendar thead td {
    background-image : none;
}

#calendar tfoot td {
	height: 23px;
    padding: 0;
    color: #000000;
    background-image : url(./resources/menu_bg.gif);
    border: 1px solid #cccccc;
}

#calendar td {
    padding: 0;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #333333;
    font-size: 100%;
}

#calendar th.sunday {
    border: none;
    background-color: #f5dfdf;
    color: #ff9900;
}

#calendar td.log-exists {
    background-color: #ffc !important;
    color: #ff9900;
}

/* Prev-Month | Next-Month  */

a.prev-month {
    padding-left: 1.5em;
    background: url(../_shared/arrow_left.png) no-repeat 0% 50%;
}

a.next-month {
    padding-right: 1.5em;
    background: url(../_shared/arrow_right.png) no-repeat 100% 50%;
}

#calendar td.day-of-prev-month,
#calendar td.day-of-next-month {
    color: #eeeeee;
}

/* Archive, Category, CSS-Swicher Form */
#archives, 
#category,
#css-form {
    margin: 10px 0px 10px 0px;
}

/* Admin */
/*
h2.menu-box {
	margin: 0 0 10px 0;
}
*/
#draft {
	margin: 0 20px 0 0;
}
/*
-------------------------------------------------
	FOOTER
-------------------------------------------------
*/
#footer {
	clear: both;
    width: 800px;
    height:70px;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    font-size: 0px;
    background: url(/images/bg10.gif) no-repeat center top;
	/*
	margin: 0;
	padding: 10px 20px;
	background: url(./resources/footer.gif) no-repeat left bottom;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	*/
}

/* Validator Logos */
.logo {
    float: left;
    margin: 0px 1em 0.5em 0px;
}

.validator {
    margin: 0px 5px 5px 0px;
}

#validators, #w3c-validators {
    margin: 0;
    padding: 0;
}

#validators a:link, #validators a:visited,
#rss:link, #rss:visited,
#rss2:link, #rss2:visited  {
    width: 81px;
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px; 
    border: 1px solid #666666;
    background: #99CC33 url(./resources/bg_s.png);
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    text-decoration : none;

}

#validators a:hover,
#rss:hover,
#rss2:hover  {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px; 
    border: 1px solid #666666;
    background: #99CC33 url(./resources/bg_s.png);
    color: #000000;
    text-shadow: #336600 0.2em 0.2em 0.2em;
    text-decoration : none;
}

#validators a:active,
#rss:active,
#rss2:active {
    margin: 0px 3px 0px 0px;
    padding: 2px 8px 2px 8px;
    border: 1px solid #ff6600;
    text-decoration : none;
}

address {
    margin: 0.5em 0 0 0;
	font-style: normal;
}

#page-generation {
    clear: both;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #666666;
    font-size: 90%;
}

#trackbacks, #comments {
    padding: 0.3em 1em 0.3em 2.5em !important;
	border-bottom: 1px solid #dddddd !important;
}


/* ---------- */

.topmain1 {
    clear: both;
    width: 800px;
    height:195px;
    margin: 0px;
    padding: 0px;
    line-height: 130%;
    vertical-align: top;
    background: url(/images/bg0.gif);
    background-repeat: no-repeat;
    vertical-align: center;
}
div.topmain1 .topboxleft {
    float: left;
    width: 360px;
    height:130px;
    padding: 0px;
    margin: 10px 5px 0px 40px;
}
div.topmain1 .topboxright {
    float: right;
    width: 300px;
    height:100px;
    padding: 0px;
    margin: 40px 20px 0px 5px;
}

#navi-wrapper {
    width: 780px;
    margin: 0 auto;
    padding-top: 0px;
}

#navi {
    clear: both;
    width: 780px;
    height: 31px;
    margin: 0 auto;
    padding-top: 0px;
}

#navi ul#dd,#navi ol#dd {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#navi img{
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 0%;
    line-height: 0%;
    margin: 0px;
    padding: 0px;
}

/* -------------------- */
#dd {
/*margin-left: 25%;*/
/*padding: 0 0 20px 0;*/
}
#dd .mainmenu {
  line-height: 0%;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#dd .mainmenu a.amenu {
  display: block;
  text-align: center;
  line-height: 0%;
  padding:0;
  margin:0;
/*padding: 4px 10px;*/
/*margin: 0 1px 0 0;*/
		
  width: 110px;
  text-decoration: none;
}
#dd .mainmenu a.amenu:hover {
/*background: #49A3FF;*/
}

.submenu {
  line-height: 0%;
/*background: #EAEBD8;*/
/*border: 1px solid #5970B2;*/
  visibility: hidden;
  position: absolute;
  z-index: 3;
}
.submenu a {
  line-height: 0%;
  display: block;
  margin: 0;
  padding: 0;
/*font: 11px arial;*/
  text-align: left;
/*text-decoration: none;
  padding: 5px;
  color: #2875DE;*/
}
.submenu a:hover {
  line-height: 0%;
  margin: 0;
  padding: 0;
/*background: #49A3FF;
  color: #FFF;*/
}

/* サブメニューの半透明処理
--------------------*/
.submenu {
 filter: alpha(Opacity=90);
	opacity: 0.9;
}

/* -------------------- */
#blogbgblock1 {
    clear: both;
    width: 760px;
    height: 47px;
    margin: 10px auto 0px auto;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    background: transparent url("/images/girl/girlsbg11.gif") no-repeat;
}
div.blogbgblock2 {
    clear: both;
    width: 760px;
    margin: 0px auto;
    padding: 0;
    background: transparent url("/images/girl/girlsbg12.gif") repeat-y;
}
#blogbgblock3 {
    clear: both;
    width: 760px;
    height:42px;
    margin: 0px auto 10px auto;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    background: transparent url("/images/girl/girlsbg13.gif") no-repeat;
}
div.blogbgblock2 .bgptitle {
    clear: both;
    text-align: center;
    margin: 0px auto 5px auto;
}
div.blogbgblock2 .bgptitle img {
    margin-top: -35px;
    position: relative;
    z-index: 1;
}


