@charset "UTF-8";

/* CSS Document */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
/*body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
}
table {
 	border-collapse:collapse;
 	border-spacing:0;
}
img {
 	border:0;
}
ul,ol,li {
 	list-style:none;
}*/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
↓YUI3 CSS Fonts　フォントサイズを相対指定する↓　*/
body{
	font:13px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
	Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	*font-size:small;/* IE用 */
 	*font:x-small;/* IE 互換モード用 */
}



/*　↓HTML5　新要素をブロック化する↓　*/
/*header, section, footer, aside, nav, article, figure, hgroup { 
	margin:0;
	padding:0;
	display: block;
}   */


#wrapper{
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header{
	width: 860px;
	background-image: url(../image/Works/Header2.png);
	height: 130px;
}



#header h1 {
	text-indent: -9999px;
	float: left;
}


#header h1 a {
	display: block;
	height: 70px;
	width: 365px;
	background-image: url(../img/common_img/atlierviento_ShopSite-Logo.png);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-left: 5px;
}


.location {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.location a img {
	vertical-align: middle;
}

.location　a:link {
	text-decoration: none;
	color: #000000;
}

.location a:hover {
	text-decoration: underline;
	color:#CCC;
}



#side_navi {
/*	clear:both;*/
	float:left;
	width:190px;
	height:auto;
	margin-left:5px;
	background-image:url(../image/Works/side_navi.png);
	background-repeat:repeat-y;
	background-color:rgba(255,255,255,1);
}
#side_navi ul {
	display:block;
	width:190px;
}


#side_navi ul a {
	display:block;
	width:auto;
	height:auto;
	vertical-align:middle;
	line-height:30px;
	padding-left:5px;
	font-size:12px;
}


.arrow_red {
	color: #993300;
	font-weight:bold;
	}

#side_navi ul span:hover{
	color:#CCC;
	text-decoration:none;
}

.category {
	border-bottom:#993300 1px solid;
	padding-top:10px;
	margin-bottom:5px;
	height:30px;
}

.category p{
	line-height:30px ;
	font-size:12px ;
	padding-left:5px ;
}

.item {
	margin-left:10px;
	width:180px;
}

.banner {
	display:block;
	width:180px;
	height:45px;
	margin: 10px 0px 10px 10px;
	background-color:#FFFFFF;
}

.caution {
    font-size: x-large;
    line-height: 174%;
    margin-bottom: 10px;
    color: #9A0000;
}
#side_navi ul .banner a {
	padding-left: 0px;
}


#article{
	width: 620px;
	height: auto;
	float: right;
	margin-bottom: 20px;
	margin-right: 5px;
	padding-left: 40px;
	/*background-image: url(../image/Works/article.png);
	background-repeat: repeat-y;
	background-color: rgba(255,255,255,1);*/
}

/*メイン画像要素*/
#imgMain {
	width: 620px;
	text-align:center;
	height: auto;
	background:#FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
} 

#imgMain_shadow {
	width: auto;
	height: 500px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	box-shadow: -1px 1px 1px 1px #CCCCCC;
	padding-bottom: 0px;
}


/*　↓見出しに対する共通設定↓　*/

#contents sub_title,h4 {
	color: #900;
	line-height: 150%;
	padding-bottom: 5px;
}

#under_contents {
	clear: both;
	width: 620px;
	height: auto;
	border-bottom: #999 solid 1px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
}

#under_contents p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333;
	text-align: right;
	margin-right: 50px;
}


/*　↓本文に対する共通設定↓　*/

 
#contents {
	width: 620px;
	height: auto;
	background: #FFF;
	margin: 26px auto 30px 0px;
	border-bottom: #999 solid 1px;
}

#contents_p{
	color:#333333;
	line-height:150%;
}

#contents p{
	color:#333333;
	line-height: 200%;
	padding-bottom: 20px;
}

#contents ul {
	padding-bottom:30px;
}

#contents ul li {
	line-height: 300%;
	color:#333333;
}

#news_contents {
    color: #333333;
    line-height: 160%;
    width: 95%;
    height: 343px;
    overflow-y: scroll;
    background-color: #FFF7F8;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    visibility: inherit;
    float: none;
    clear: none;
}

#news_contents .storong{
    line-height: 150%;
    vertical-align: middle;
    list-style-position: outside;
    font-weight: bold;
    font-style: italic;
}


#news_contents .news_date {
    width: 40%;
    border-bottom: 1px dotted #9A0000;
    padding-top: 8px;
}




#footer {
	clear: both;
	width: 860px;
	height: 200px;
	background-image: url(../image/Works/Body_Footer_grad.png);
	background-color: rgba(255,255,255,1);
	background-repeat: no-repeat;
}
	
#footer .nav {
	padding-top: 0px;
	width: 600px;
	height: 30px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 250px;
}

#footer .nav ul {
	text-align:center;
}
#footer .nav ul li {
	display: inline;
	color:#333333;
	margin-right: 1em;
}

#footer .nav li a{
	color:#333333;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.1em;
}

#footer p {
	color:#333333;
	text-align: center;
	font-size:12px;
}


#copyrigt_p {
	width: 600px;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 250px;
}
