/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: "MS ゴシック", 平成角ゴシック, sans-serif;
}
body {
	background-color:#FFFFFF;
	background-image:url(http://www.americanworld.co.jp/siteimage/bodybg.png);
	background-repeat:repeat-x;
	color:#000000;
    font-size:100%;
}
*html body {
	text-align:center;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    clear:both;
}

/* リンク */
a {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #999999;
    text-decoration: underline;
}


/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}


/* タイトルバナー下の説明 */
.blog-description {
display:none;
height:0;
}


/* ブログ記事日付 */
.date {
    margin: 8px 0;
}

/* ブログ記事日付・各タイトル */
.date{
text-align:right;
    color: #999999;
    font-size: 65%;
margin-bottom:20px;
    border-top: 1px solid #999;
clear:both;
}


/* ブログ記事 */
.entry {
    width: auto;
    margin: 0px 0px 15px 0px;
    color: #36414d;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
    text-align:left;
}
.entry-content{
    margin-top: 8px;
    font-size: 120%;
line-height:150%;

}
.entry-content img{
    padding: 3px;
border:1px solid #999999;
}
.entry-content2{
    margin-top: 8px;
    font-size: 90%;
line-height:150%;
margin-bottom:15px;
}
.entry-content2 img{
    padding: 3px;
border:1px solid #999999;
}



/* 段落 */
.entry p {
    margin: 10px 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}


/* 追記 */
.entry-more a{
color:#000000
}
.entry-more a:hover{
color:#999999
}


/* ウェブページ */
div.page {
    margin-top: -5px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}


#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
    border-bottom: 1px solid  #999999;
    color: #ffffff;
    background: #777777;
    text-align: center;
    font-size: 75%;
    line-height:30px;
background-image:url(http://www.americanworld.co.jp/design/navi1.png);
background-repeat:repeat-x;
}

/* サイドメニュー */
.side {
background: none;
    color: #333;
    font-size: 75%;
}
.side ul{
list-style: none;
}
*html .side ul li {
height:80px;
}

.side ul li a {
color:#000000;
margin-bottom:6px;
}
.side ul li a img{
margin-bottom:6px;
}

.side ul li a:hover {
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}


/* 検索結果画面 */
.posted{
display:none
}
#search_notice{
padding:10px 0px 0px 10px;
}
.entry-body-text{
list-style:none;
font-size:90%;
}
.entry-body-text a{
color:#000000;
text-decoration:underline;
}
.entry-body-text a:hover{
color:#999999;
}
.entry-body-text li{
margin-bottom:6px;
list-style:none;
}



/* 固定レイアウト共通 */
#wbox {
    margin-right: auto;
    margin-left: auto;
	width:900px;
}
.layout-two-column-left #box,
.layout-two-column-right #box {
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
}
*html .layout-two-column-left #box,
*html .layout-two-column-right #box {
	text-align:left;
}
.layout-two-column-left #box_inner,
.layout-two-column-right #box_inner {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 0 0;
    text-align: left;
    width: 850px;
}


/* サイドレイアウト共通 */
#sidebody{
background:#ffffff;
}


/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 640px;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 210px;
}
*html .layout-two-column-left #links-left-box {
    width: 210px;
}

.layout-two-column-left #links-left {
    margin: 10px 0px 10px 0px;
}


/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
	padding-top:10px;
	padding-left:10px;
}

/* 2カラム固定レイアウト(右サイドバー:ブログ記事全体) */
.layout-two-column-right .blog {
}



input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}


.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
}

.clearfix {
    display: block;
}
/**/




/* Custom */
#titlebox01 {
	width:900px;
	height:209px;
	background-image:url(http://www.americanworld.co.jp/siteimage/titletopbg.png);
	background-repeat:no-repeat;
}
#titlebox02 {
	width:900px;
	height:440px;
	background-image:url(http://www.americanworld.co.jp/siteimage/titlebottombg.png);
	background-repeat:no-repeat;
}
#stitlebox02 {
	width:900px;
	height:258px;
	background-image:url(http://www.americanworld.co.jp/siteimage/stitlebottombg2.png);
	background-repeat:no-repeat;
}

/* フッタ */
#footerbox01 {
	width:auto;
	margin-top:50px;
	padding-top:25px;
	padding-bottom:25px;
	background-color:#000000;
}
#footerbox01 #inner {
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
#footerbox01 #bannerbox {
	float:left;
	width:250px;
}
#footerbox01 #bannerbox img {
	margin-right:10px;
	margin-top:10px;
}
#footerbox01 #centerbox {
	float:left;
	width:320px;
	height:78px;
	margin-top:10px;
	margin-left:50px;
	text-indent:-9999px;
	background-image:url(http://www.americanworld.co.jp/siteimage/footermichi.png);
	background-repeat:no-repeat;
}

#footerbox01 #fmenubox {
	float:left;
	width:230px;
	margin-left:50px;
}
#footerbox01 #fmenubox a {
	display:block;
	width:136px;
	height:18px;
	margin-top:5px;
	text-indent:-9999px;
}
#footerbox01 #fmenubox a.menu01 {
	background-image:url(http://www.americanworld.co.jp/siteimage/footermenu01.png);
	background-repeat:no-repeat;
}
#footerbox01 #fmenubox a.menu02 {
	background-image:url(http://www.americanworld.co.jp/siteimage/footermenu02.png);
	background-repeat:no-repeat;
}

#footerbox02 {
	width:auto;
	height:60px;
	line-height:60px;
	background-image:url(http://www.americanworld.co.jp/siteimage/footerbg.png);
	background-repeat:repeat-x;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.3em;
}

.toppage #container {
	margin-top:15px;
}
.toppage #leftbox img {
	vertical-align:text-bottom;
}
.toppage #leftbox .onair {
	height:102px;
}
.toppage #leftbox .title01 {
	width:306px;
	height:40px;
	background-image:url(http://www.americanworld.co.jp/siteimage/topawa.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.toppage #leftbox .bottom {
	width:306px;
	background-image:url(http://www.americanworld.co.jp/siteimage/topleftboxbg.png);
	background-repeat:repeat-x;
}
.toppage #leftbox #moviebox {
	margin-left:auto;
	margin-right:auto;
	width:271px;
	height:117px;
	background-image:url(http://www.americanworld.co.jp/siteimage/movie2.png);
	background-repeat:no-repeat;
	padding-top:67px;
}
*html .toppage #leftbox #moviebox {
	margin-left:17px;
}
.toppage #leftbox #moviebox p a {
	width:271px;
	height:26px;
	text-indent:-9999px;
	margin-bottom:5px;
	display:block;
}
.toppage #leftbox .title02 {
	width:306px;
	height:40px;
	background-image:url(http://www.americanworld.co.jp/siteimage/topcal.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-top:10px;
}
.toppage #leftbox #calbox {
	margin-top:-20px;
	margin-left:auto;
	margin-right:auto;
	width:250px;
}
*html .toppage #leftbox #calbox {
　　margin-left:28px;
}
.toppage #rightbox .result {
	background-color:#FFFFFF;
}
.toppage #rightbox .result h3 {
	margin-left:10px;
	width:556px;
}
.toppage #rightbox .title01 {
	width:575px;
	height:40px;
	background-image:url(http://www.americanworld.co.jp/siteimage/topshopinfo.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.toppage #rightbox #shopinfo01 {
	float:left;
	width:260px;
line-height:135%;
font-size:12px;
}
.toppage #rightbox #shopinfo02 {
	float:left;
	width:288px;
line-height:135%;
font-size:12px;
}
.toppage #rightbox #bar {
	width:543px;
	height:5px;
	background-image:url(http://www.americanworld.co.jp/siteimage/topbar.png);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-bottom:5px;
}
.toppage #rightbox #shopbannerbox {
	width:548px;
	margin-left:auto;
	margin-right:auto;
}
*html .toppage #rightbox #shopbannerbox {
	margin-left:16px;
}
.toppage #rightbox #shopbannerbox img {
	vertical-align:text-bottom;
}
.toppage #rightbox .entry-body {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:30px;
	font-size:14px;
	}
.spage #leftbox img {
	vertical-align:text-bottom;
}
.spage #leftbox .onair {
	height:101px;
}
.spage #leftbox #moviebox {
	margin-left:auto;
	margin-right:auto;
	width:271px;
	height:117px;
	background-image:url(http://www.americanworld.co.jp/siteimage/movie3.png);
	background-repeat:no-repeat;
	padding-top:67px;
}
*html .spage #leftbox #moviebox {
	margin-left:17px;
}
.spage #leftbox #moviebox p a {
	width:271px;
	height:26px;
	text-indent:-9999px;
	margin-bottom:5px;
	display:block;
}
.spage #leftbox .title01 {
	width:306px;
	height:40px;
	background-image:url(http://www.americanworld.co.jp/siteimage/shop2.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.spage #leftbox .bottom {
	width:306px;
	background-color:#FFFFFF;
}
.spage #leftbox .title02 {
	width:306px;
	height:40px;
	background-image:url(http://www.americanworld.co.jp/siteimage/awa2.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.spage #rightbox .result {
	background-color:#FFFFFF;
}
.spage #rightbox .result {
	padding-top:15px;
	background-image:url(http://www.americanworld.co.jp/siteimage/s_boxhead.png);
	background-repeat:no-repeat;
}
.spage #rightbox .result h2 {
	margin-bottom:15px;
}
.spage #rightbox .result h3 {
	margin-left:10px;
	width:556px;
}
.spage #rightbox .entry-body {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:30px;
	font-size:14px;
	}
.spage #rightbox .entry-body h4,
.spage #rightbox .entry-body h5 {
	margin-left:-10px;
	width:556px;
}
.spage #shopbanner {
	float:left;
	width:100px;
}
.spage #shopbanner img{
	width:100px;
}
.spage #shopbannerbox img {
	vertical-align:text-bottom;
}
#container {
	width:900px;
	text-align:left;
	background-image:url(http://www.americanworld.co.jp/siteimage/s_boxbody.png);
	background-repeat:no-repeat;
	background-position:100% 15px;
}

#leftbox {
	float:left;
	width:306px;
}
#rightbox{
	float:right;
	width:575px;
}

.spage #leftbox {
	float:left;
	width:306px;
	margin-top:14px;
}
.spage #rightbox{
	float:right;
	width:575px;
	margin-top:14px;
}

#searchbox {
	float:left;
	width:209px;
	margin-top:154px;
	margin-left:55px;
}
#menubox {
	float:left;
	width:572px;
	margin-top:154px;
	margin-left:30px;
}
#menubox ul{
	list-style:none;
}
#menubox li {
	float:left;
}
#menubox li a {
	display:block;
	margin-left:5px;
	width:190px;
	height:50px;
	background-image:url(http://www.americanworld.co.jp/siteimage/menu.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;	
}
#menubox li a.menu01 {
	width:66px;
	background-position:0px 0px;
}
#menubox li a.menu02 {
	width:157px;
	background-position:-85px 0px;
}
#menubox li a.menu03 {
	width:53px;
	background-position:-258px 0px;
}
#menubox li a.menu04 {
	width:76px;
	background-position:-322px 0px;
}
#menubox li a.menu05 {
	width:104px;
	background-position:-406px 0px;
}
#menubox li a.menu06 {
	width:86px;
	background-position:-528px 0px;
}

#menubox li a.menu01:hover {
	width:66px;
	background-position:0px -50px;
}
#menubox li a.menu02:hover {
	width:157px;
	background-position:-85px -50px;
}
#menubox li a.menu03:hover {
	width:53px;
	background-position:-258px -50px;
}
#menubox li a.menu04:hover {
	width:76px;
	background-position:-322px -50px;
}
#menubox li a.menu05:hover {
	width:104px;
	background-position:-406px -50px;
}
#menubox li a.menu06:hover {
	width:86px;
	background-position:-528px -50px;
}


#linkbox {
	width:850px;
	margin-top:20px;
	margin-bottom:20px;
	height:30px;
}
#linktitle {
	width:110px;
	margin-right:10px;
	float:left;
}
#linkbannerbox {
	width:660px;
	margin-right:10px;
	float:left;
}
#linkbannerbox ul {
	list-style:none;
}
#linkbannerbox li {
	width:108px;
	margin-left:15px;
	float:left;
}
#linkbannerbox li.start {
	margin-left:0px;
}


/* 新着情報 */
#newstitle {
	width:110px;
	margin-right:10px;
	background-color:#F5E590;
	float:left;
}

.newsbody{
margin:0px 0px 15px 0px;
width:500px;
float:left;
}
.newsbody a{
text-decoration:underline;
color:#000000;
}
.newsbody a:hover{
text-decoration:underline;
color:#999999;
}
.news{
background-image:url(http://www.americanworld.co.jp/siteimage/newspoint_1.png);
background-position:inherit;
background-repeat:no-repeat;
margin-bottom:8px;
height:15px;
line-height:103%;
overflow:hidden;
padding-left:40px;
font-size:small;
}
.news:hover{
background-image:url(http://www.americanworld.co.jp/siteimage/newspoint_2.png);
background-repeat:no-repeat;
}
*html .news {
	font-size:x-small;
}
.news a{
text-decoration:none;
color:#000000;
}
.news a:hover{
text-decoration:underline;
color:#999999;
}

/* カテゴリー名　ページタイトル */

.pagetitle01 {
	width:575px;
	height:28px;
	margin-top:10px;
	margin-bottom:10px;
	text-indent:-9999px;

	background-image:url(http://www.americanworld.co.jp/siteimage/pagetitle01.png);
	background-repeat:no-repeat;
}
.pagetitle02 {
	width:575px;
	height:28px;
	margin-top:10px;
	margin-bottom:10px;
	text-indent:-9999px;
	background-image:url(http://www.americanworld.co.jp/siteimage/pagetitle02.png);
	background-repeat:no-repeat;
}
.pagetitle03 {
	width:575px;
	height:28px;
	margin-top:10px;
	margin-bottom:10px;
	text-indent:-9999px;
	background-image:url(http://www.americanworld.co.jp/siteimage/pagetitle03.png);
	background-repeat:no-repeat;
}
.pagetitle04 {
	width:575px;
	height:28px;
	margin-top:10px;
	margin-bottom:10px;
	text-indent:-9999px;
	background-image:url(http://www.americanworld.co.jp/siteimage/pagetitle04.png);
	background-repeat:no-repeat;
}
.pagetitle05 {
	width:575px;
	height:28px;
	margin-top:10px;
	margin-bottom:10px;
	text-indent:-9999px;
	background-image:url(http://www.americanworld.co.jp/siteimage/pagetitle05.png);
	background-repeat:no-repeat;
}
#content h3 {
	width:526px;
	height:28px;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	padding-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(http://www.americanworld.co.jp/siteimage/h3bg.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
#content h4 {
	width:526px;
	height:25px;
	color:#1F62A7;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	padding-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(http://www.americanworld.co.jp/siteimage/h4bg.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
#content h5 {
	width:526px;
	height:23px;
	color:#1F62A7;
	font-size:13px;
	font-weight:bold;
	line-height:26px;
	padding-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(http://www.americanworld.co.jp/siteimage/h5bg.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

.info-title{
font-size:13px;
color:#ff0000;
font-weight:bold;
    text-decoration: none;
}
.info-content{
font-size:11px;
color:#999999;
}
.info-content2{
font-size:11px;
color:#999999;
}

.click{
	width:306px;
	height:40px;
	background-image:url(http://www.americanworld.co.jp/siteimage/click.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-top:10px;
}
