/*
Theme Name: Aromafeliz menu ver.
Theme URI: http://www.WPThemerKit.com
Description: Blank Html Theme E
Version: 0.3
Author: Cal , Ray
Author URI: http://www.WPThemerKit.com
*/

/*--------------- 色設定 ---------------
main color #339966
sub color #339966
dark color #003300
color #111111
a:link #0066cc
hover #339966
highlight #ffffa0
引用背景 #e7fff0
 */


/*--------------- 全体設定 ---------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"MS UI Gothic",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','MS Pゴシック',Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 170%;
	margin: 0 auto;
	padding: 0;
	color: #111111;
	background: url(images/back.jpg) no-repeat #003300 top center;
}
*:first-child+html body {
    font-family: Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*--------------- レイアウト ---------------*/
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
#header {
	height: auto;
	margin: 0;
	padding: 0;
}
#logo {
	height: 50px;
	margin: 0 0 2px 0;
}
#menu {
    background: url(images/menu.jpg) no-repeat;
    height: 35px;
    margin: 0 auto 10px 0;
	padding: 0;
}
/* home.php用 */
#topimage {
	height: 200px;
	margin: 0 auto;
	behavior: expression(IEPNGFIX.fix(this));
}
#main-top {
	background: url(images/main-top.png) no-repeat top center transparent;
	height: 20px;
	margin: 0 auto;
	behavior: expression(IEPNGFIX.fix(this));
}
#main {
	background: #ffffff;
	width: 799px;
	margin: 0 auto 0 0;
}
#main-bottom {
	background: url(images/main-bottom.jpg) no-repeat top center transparent;
	height: 100px;
	margin: 0 auto;
}
#content {
	width: 550px;
	padding: 10px 0;
	float: right;
	margin: 0 15px 0 auto;
}
/* 1culumn.php用 */
#column {
	width: 550px;
	padding: 10px 0;
	margin: 0 auto;
}
#sidebar {
	width: 200px;
	float: left;
	margin: 0 0 0 5px;
	padding: 10px 0;
}
#footer {
	font-size: 80%;
	height: auto;
	width: 799px;
	font-family: Arial;
	color: #339966;
	margin: 0 auto;
	padding: 0;
	clear: both;
	text-align: center;
}

/*文章設定*/
a {
 	color: #0066cc;
 	text-decoration: underline;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: none;
	color: #339966;
}
.entry-text ul, .entry-excerpt ul {
	margin: 1em;
	list-style-position: inside;
}
.entry-text li, .entry-excerpt ul li {
	list-style-type: disc;
}
p {
	margin: 1em 0;
}
strong {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
}
em {
	font-weight: bolder;
}
small {
	font-size: 90%;
	line-height: 150%;
}
.impact {
	color: #ef1c25;
	font-weight: bold;
	font-size: 110%;
}
.line {
	border-bottom: 2px solid #000000;
	color: #000000;
	font-size: 110%;
	font-weight: bold;
}
.highlight {
	font-size: 110%;
	background: #ffffa0;
	padding: 1px;
	color: #000000;
	font-weight: bold;
}
blockquote {
 	margin: 1em;
 	background: #e7fff0;
 	border-top: 1px solid #339966;
	border-bottom: 1px solid #339966;
 	padding: 5px;
 	clear: both;
}
h1 {
	font-size: 170%;
	clear: both;
}
h2 {
	font-size: 150%;
	clear: both;
}
h3 {
	padding: 5px 0 5px 15px;
	border-left: #339966 8px solid;
	font-size: 130%;
	font-weight: bold;
	color: #000000;
	clear: both;
	margin: 1em 0 0 0;
}
h3 a, h3 a:hover {
	text-decoration: none;
	color: #000000;
}
h4 {
	padding: 0px 0 0px 12px;
	border-left: #339966 5px solid;
	font-size: 110%;
	font-weight: bold;
	clear: both;
	margin: 1em 0 0 0;
}
h4 a, h4 a:hover{
	text-decoration: none;
	color: #111111;
}

/*-----------------index.php 個別レイアウト-----------------*/
/*記事タイトル*/
.entry-title {
	font-weight: bold;
	background: url(images/entry-title.png) no-repeat;
 	margin: 0 0 5px 0;
 	padding: 10px 0 15px 50px;
	color: #003300;
	border-bottom: 1px solid #339966;
}
.entry-title a {
	color: #003300;
	text-decoration: none;
}
.post {}
.entry-content , .entry-text {
	margin: 0 1em 3em 1em;
}
.entry-excerpt {
	margin: 0 1em 3em 1em;
}
.entry-text a, .entry-excerpt a { }
.entry-date {}
.more-link {
	float: right;
	font-weight: bolder;
}
.more-link a {
	color: #fe2393;
}

/*-----------------archive.php 個別レイアウト-----------------*/
.pagetitle {
	margin: 0 0 20px 0;
	background: url(images/content-top.jpg) repeat-x top;
	color: #666666;
	padding: 5px 0 5px 5px;
}

/*-----------------single.php 個別レイアウト-----------------*/
.entry-text {
	margin: 0 1em 3em 1em;
}
.tags {
}
.navigation {
	height: 20px;
	margin: 0 0 10px 0;
}

/*-----------------header.php 個別レイアウト-----------------*/
.description {}
/*メニュー設定*/
#menu span {
    display: none;
 }
#menu li, #menu a {
    height: 35px;
    display: block;
}
#menu li {
    float: left;
    list-style: none;
    display: inline;
}
#menu-01 {width: 83px;}
#menu-02 {width: 130px;}
#menu-03 {width: 196px;}
#menu-04 {width: 106px;}
#menu-05 {width: 119px;}
#menu-06 {width: 92px;}
#menu-07 {width: 74px;}

#menu-01 a:hover {background: url(images/menu.jpg) 0px -35px no-repeat; }
#menu-02 a:hover {background: url(images/menu.jpg) -83px -35px no-repeat; }
#menu-03 a:hover {background: url(images/menu.jpg) -213px -35px no-repeat; }
#menu-04 a:hover {background: url(images/menu.jpg) -409px -35px no-repeat; }
#menu-05 a:hover {background: url(images/menu.jpg) -515px -35px no-repeat; }
#menu-06 a:hover {background: url(images/menu.jpg) -634px -35px no-repeat; }
#menu-07 a:hover {background: url(images/menu.jpg) -726px -35px no-repeat; }

/*-----------------ウィジェット-----------------*/
.widgettitle {
	font-size: 100%;
	color: #339966;
	padding: 15px 0 0 5px;
}
.textwidget {}
#sidebar a {
	text-decoration: none;
}
#sidebar a:link {}
#sidebar a:visited {}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar ul ,#list ul{
	margin: 0 5px 30px 0;
	list-style-type: none;
}
#sidebar ul ul {
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	border-top: 5px solid #339966;
}
#sidebar ul li li , #list li{
	padding: 3px 0 3px 15px;
	list-style-type: none;
	border-bottom: 1px dashed #339966;
	background: 5px 10px url(images/list.gif) no-repeat;
}
#search {
	margin: 30px 0;
}
/* サイドバーメールマガジン背景設定 */
#mail {
	background: url(http://www.aromafeliz.com/img/mail/sidebanner_mail.png)  top center no-repeat;
	font-size: 90%;
	padding: 75px 10px 0 10px;
	height: 105px;
	margin: 20px auto;
}
/*-----------------footer.php用-----------------*/
#footer ul {
	margin: 0;
	float: right;
	padding: 0;
	list-style-type: none;
}
#footer li {
	float: left;
	margin-right: 1px;
}
#footer li a, #footer li a:link, #footer li a:visited {
	padding: 0 10px;
	display: block;
	color: #ffffff;
}
#footer li a:hover {
	color: #0099ff;
}

/*-----------------位置設定-----------------*/
.alignleft {
	margin: 1em auto 1em 5px;
	text-align: left;
}
.alignright {
	margin: 1em 5px 1em auto;
	text-align: right;
}
#alignleft {
	margin: 0 7px 5px 0;
	vertical-align: top; 
  	float: left;
}
#alignright {
 	margin: 0 0 5px 7px;
	float: right;
	vertical-align: top; 
}
.center, .aligncenter {
	text-align: center;
	margin: 0 auto;
}
img {
	border: 0;
	display: block;
}
img .center .aligncenter{
	text-align: center;
	margin: 0 auto;
	padding: 3px;
}
a .image:link, a .image:visited, a .image:hover {
	background: none;
	padding: 0;
	border: none;
}
a img .image {
	border: none;
} 
.form {
	margin: 2em 2em 0.5em 2em;
	border: 1px solid #339966;
	background: url(images/back-stripe.png) repeat;
	padding: 10px;
	behavior: expression(IEPNGFIX.fix(this));
}
