/* =Global (override)
-------------------------------------------------------------- */


body {
    font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka',sans-serif !important;
}

a {
    text-decoration:underline;
}

a:hover, a:hover img {
    opacity:0.6;
}
h1.site-title a:hover img,
h1.site-title a:hover {
    opacity:1.0;
}
/* =Layout
-------------------------------------------------------------- */
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.container {
    width: 950px;
    margin: 0 auto;
    position: relative;
}

.content {
    width: 710px;
    float: right;
		margin-bottom:50px;
}
#primary {
    float: right;
    width: 710px;
}
.primary-container {
    padding: 0 15px;
}

#secondary {
    width: 210px;
    margin-right: 30px;
    float: left;
}

.site-footer {
	margin-top:70px;
	border-top:#AE0F13 2px solid;
    position: relative;
    padding-top: 30px;
}
/*::::::::::::::::::::::::ここから追加:::::::::::::::::::::::::::::::::::::::*/
#card-main-area {
    width: 650px ;
}
#card-main-left{
    width: 350px;
    height: 300px;
    float: left;
    border: 3px solid #fff000;
}
#card-main-right{
    width: 240px;
    height: 300px;
    float: right;
    border: 3px solid #000ddd;
}
/*::::::::::::::::::::::::ここまで追加:::::::::::::::::::::::::::::::::::::::*/
/* =Header
-------------------------------------------------------------- */
.top-bar {
    background: url('../img/common/header_bg.png') repeat-x;
}

.top-bar ul {
    float: right;
}

.top-bar ul li {

    display: inline;
}

.top-bar ul li span a {
    background: url("../img/common/arrow_red.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    line-height: 41px;
    padding-left: 10px;
    margin-left: 5px;	
    color: #000000;
}

.top-bar form {
    float: right;
    padding-top: 9px;
		margin-left:10px;
		vertical-align: baseline;
		display:inline;
}

.top-bar form input[type="image"] {
margin:0;
padding:0 0 2px 0;
vertical-align:middle; 
}

.top-bar form input[type="txt"] {
    padding: 3px;
    height: 22px;
    width: 162px;
}



.site-branding {
	z-index:100;
    position: relative;
    height: 58px;

}

.site-branding .site-title {
    float: left;
}

.site-branding .site-image {
    left: 344px;
    margin: 0;
    position: absolute;
    bottom: 0;
}


.main-navigation {
    border-bottom: 2px solid #AE0F13;
}

.main-navigation ul {
    margin: 0 auto !important;/* override */
}

/* =Content
-------------------------------------------------------------- */

.key-visual {
    background: url("../img/bg/rotate.php") no-repeat center top;
    height: 319px;
    padding-top: 24px;
}
.key-visual .slider_wrapper {
    background: url("../img/top/slider_bg.png") no-repeat center top;
    height: 229px;
		margin:0 auto;
    width: 930px;
    /*/width: 930px;*/
		padding: 10px;
}
.key-visual .slider {
	z-index:1;
}

.key-visual .slider > li {
    list-style: none outside none;
    padding: 10px;
}

.key-visual .pager {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.key-visual .pager .pager-item {
    display: inline;
}

.bread-crumb {
    height: 45px;
    line-height: 45px;
}

.bread-crumb > ul {
    margin: 0;
}

.bread-crumb > ul li {
    float: left;
    list-style: none outside none;
    color: #333333;
}

.bread-crumb > ul li.root,
.bread-crumb a.root {
    background: url("../img/common/arrow_black.png") no-repeat scroll left center;
    padding-left: 8px;
}

.bread-crumb > ul li a {
    color: #2d6dc4;
}

.bread-crumb > ul li span {
    color: #666666;
    padding: 0 8px;
}

/* =BlogContents
-------------------------------------------------------------- */
#blog-content {
    width: 600px;
    fload: left;
    padding: 15px 0 0 15px;
}
ul.blog-box li {
float: left;
width: 130px;
margin-right: 30px;
padding: 30px;
border: 3px #ffb366 solid;
background-color: #fffdee;
text-align: center;
}

img.blog-img {
    border:solid 2px #ccc;
    padding:4px;  
    width: 100px;
    height:100px;
}
.              


/* =Primary
-------------------------------------------------------------- */
.main-service {
    background: url("../img/top/main_service_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 55px;
    margin: 0 0 15px;
    padding: 7px 0 0 7px;
}

.main-service li {
    list-style: none;
    margin-left: 8px;
    float: left;
}

.main-news,
.main-campaign {
    margin: 0 0 13px;
}

.main-news ul {
    background: url("../img/top/main_news_bg.png") no-repeat scroll bottom left ;
}

.main-campaign ul {
    background: url("../img/top/main_campaign_bg.png") no-repeat scroll bottom left ;
}

.main-news ul,
.main-campaign ul {
    margin: 0;
    padding-bottom: 10px;
}

.main-news ul li,
.main-campaign ul li {
    list-style: none;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px dotted #a6a2a2;
    font-size: 13px;
    margin: 0 15px;
}

.main-news ul li a,
.main-campaign ul li a {
    color: #2d6dc4;
}

.main-news .entry-date,
.main-campaign .entry-date {
    padding: 0 15px 0 5px;
}

.main-news .entry-title,
.main-campaign .entry-title {
    background: url("../img/common/arrow_blue.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 10px;
}

/* page */
.page #primary h2 {
    margin-bottom: 18px;
}

.page #primary .article {
    font-size: 13px;
}

.page #primary .article p.lead {
    height: 56px;
    line-height: 56px;
    margin: 0;
}

.page #primary .section h4 {
    background: url("../img/page/page_section_headings_bg.png") no-repeat;
    font-size: 13px;
    height: 29px;
    line-height: 29px;
    padding-left: 25px;
}

.page #primary .section p {
    position: relative;
    margin: 0;
}

ul.horizontal {
    margin: 0;
}

ul.horizontal li {
    float: left;
    list-style: none outside none;
    margin-right: 10px;/* move */
}

ul.horizontal li p {
    margin: 0;
}

ul.vertical {
    margin: 0;
}

ul.vertical li {
    background: url("../img/common/line_gray.png") repeat-x scroll left bottom;
    height: 28px;
    line-height: 28px;
    list-style: disc inside none;
    position: relative;
}

.page #primary .attention {
    border: 1px solid #999999;
    text-align: center;
    margin-bottom: 99px;
}

.page #primary .attention h4 {
    border-bottom: 1px solid #999999;
    height: 28px;
    line-height: 28px;
}

.page #primary .attention p {
    height: 81px;
    line-height: 2em;
    padding: 11px 0 12px;

}


/* =Secondary
-------------------------------------------------------------- */

.aside-link {
    margin-bottom: 15px;
}

.aside-service {
    margin-bottom: 20px;
}

.aside-service > ul {
    background: url("../img/common/side_service_bg.png") no-repeat scroll 0 0;
    height: 227px;
    margin: 0;
    padding-top: 1px;
}

.aside-service > ul li {
    list-style: none outside none;
    text-align: center;
    margin-top: 7px;
}
.aside-service > ul li{
list-style: none outside none;
}
.aside-service > ul li img{
	vertical-align:bottom;
	border: 0 none;
}

.aside-banners {
	background-color:#F6F6EB;
	border-radius:5px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
	margin: 0 0 47px;
	padding-top: 10px;
	padding-bottom:5px;
}

.aside-banners li {
    list-style: none outside none;
    text-align: center;
    margin-bottom: 6px;
}
.aside-banners li img{
	vertical-align:bottom;
	border: 0 none;
}
/* page */
.aside-page-nav {
    margin-bottom: 30px;
}

.aside-page-nav ul {
    margin: 0;
}

.aside-page-nav ul li {
	list-style-type: none;
	width:185px;
	background: url("../img/smenu_bg.jpg") no-repeat ;
	font-size: 13px;
	height: 28px;
	list-style: none outside none;
	padding-left: 25px;
	padding-top:11px
}
.aside-page-nav ul li.list2 {
    background: url("../img/smenu_bg2.jpg") no-repeat scroll 0 0;
    height: 44px;
    list-style: none outside none;
}
.aside-page-nav > ul li a {
    color: black;
		text-decoration:none;
		display: block;
		zoom: 1;
}

/* =Footer
-------------------------------------------------------------- */

.go-to-top {
    margin: 0;
    position: absolute;
    right: 0;
    top: -61px;
}

.footer-nav {
    float: left;
    margin: 0;
}

.footer-nav li {
    background: url("../img/common/arrow_red2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    float: left;
    list-style: none outside none;
    margin-right: 15px;
    padding-left: 8px;
}

.footer-nav a {
    color: #000000;
    font-size: 12px;
}

.footer-image {
    text-align: right;
    margin: 0 0 17px;
}

.footer-image img {
    vertical-align: top;
}

.bottom-bar {
    background: url("../img/common/bottom_bar_bg.png") repeat-x;
    height: 30px;
    text-align: center;
}

.bottom-bar p {
    margin: 0;
}

.copy {
    color: #FFFFFF;
    line-height: 30px;
    margin: 0;
}

/* =Utility
-------------------------------------------------------------- */



.link2 {
    background: url("../img/common/arrow_icon_red.png") no-repeat scroll left center;
    padding-left: 16px;
    text-decoration: underline;
}

.mt1 { margin-top: 1px !important;}
.mt2 { margin-top: 2px !important;}
.mt3 { margin-top: 3px !important;}
.mt4 { margin-top: 4px !important;}
.mt5 { margin-top: 5px !important;}
.mt6 { margin-top: 6px !important;}
.mt7 { margin-top: 7px !important;}
.mt8 { margin-top: 8px !important;}
.mt9 { margin-top: 9px !important;}
.mt10 { margin-top: 10px !important;}
.mt14 { margin-top: 14px !important;}
.mt15 { margin-top: 15px !important;}
.mt16 { margin-top: 16px !important;}
.mt19 { margin-top: 19px !important;}
.mt20 { margin-top: 20px !important;}
.mt21 { margin-top: 21px !important;}
.mt24 { margin-top: 24px !important;}
.mt25 { margin-top: 25px !important;}
.mt26 { margin-top: 26px !important;}
.mt28 { margin-top: 28px !important;}
.mt30 { margin-top: 30px !important;}




