/*
ここは消さないで下さい!
CSSLicense: Tsunehisa Hazama
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #FFFFFF;
        margin-top:0px;
	margin : 0px;
	background: url("");
	color:#000;
	/*font-size: 12px;*/
	line-height: 150%;

}


/* 画像の属性 */
img {
	border-style: none;
}

/* strongの色 */
strong {
	color: #FF0000;
	/*font-size:14px;*/
}
	
/*フィールド属性 */
fieldset {
	/*font-size:12px;*/
	line-height: 150%;
	color: #000000;
	margin : 0px 0px 5px 5px;
	padding: 0px 5px 5px 5px;
	text-align: left;
	text-valign: top;
                border:0px solid #FFFFFF;
}

legend {
	/*font-size: 120%;
	font-weight: bold;
	color : #ffffff;
	clear: both;*/		
}

/*その他*/
.detail {
	text-align:right;
	/*font-size: 10px;*/
	margin : 0px;
	padding :0px 10px 0px 10px;
}

.magmag{
	padding :0px 10px 10px 10px;
	/*font-size: 10px;*/
	line-height: 150%;
}

/* リンクの属性（未指定時） */

a:link {
	color: blue;
}

a:hover {
	color: #CC0000;
/*	background-color: #FFFF00;*/
}

/* --------- 基本設定 ----------------------------------　*/
#base
{
	width: 100%;
	margin-top : 0px;
	margin-left: auto;
	margin-right: auto;
	background-color:white;
}

#wrapper
{
	width:100%;
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url("https://www.youngvenus.co.jp/company/img/top02.png");
	background-repeat: repeat-x;
}
/*------------------------------------------------------ */

/* ブログの枠等の属性 */

#container{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
                background: url("");
}
		
/*ヘッダー部分*/
#header	{
	margin : 0px;
	padding: 0px;
	height : 100px;
	line-height: 100%;
}

.header	{
                color:#dcdcdc;
               font-style:normal;
               text-decoration:none;
}

.header	a{
                color:#dcdcdc;
               font-style:normal;
               text-decoration:none;
}

#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -1000px;
}
		
#header h1 a {
	width:300px;
	height:100px;
	background-image: url("https://www.youngvenus.co.jp/company/img/top01.png");
	background-repeat: no-repeat;
	display: block;
}

#header h1 a:hover {
	background-image: url("https://www.youngvenus.co.jp/company/img/top01.png");
}
		

/*-----サイド(left)--------*/

#sidebar {
	width: 160PX;
	float: left;
	margin: 0px;
	color: #000;
	/*font-size: 12px;*/
	line-height;150%;
	background-color:#ffffff;
}

/*フィールド属性 otherpage  */
#sidebar fieldset {
	/*font-size:10px;*/
	line-height: 130%;
	color: #000;
	margin : 0px 0px 5px 5px;
	padding: 5px;
	text-align: left;
	text-valign: top;
}

#sidebar legend {
	/*font-size: 12px;*/
	color : blue;
}

/*↓「会社案内」という見出し。モジュールテンプレートのfield-s00をいじる*/

/*------メニュー部分------*/

.menu a.green{/*productのリンクされた文字*/
    color:#698c00;
    font-style:normal;
    text-decoration:none;
    display:block;
    background-color:#e3edba;
    border-left:solid 10px #99cc00;
    padding:0.2em 0.2em;
    width:160px;
}
.menu a:active.green {/*クリック中*/
    background-color:#f7ffdd;
}
.menu a:hover.green{/*productのマウスをのせたとき*/
    color:#99cc00;
    font-style:normal;
    text-decoration:none;
    background-color:#f7ffdd;
    padding:0.2em 0.2em;
    border-left:solid 10px #698c00;
}
.menu a.brown{/*shoppingのリンクされた文字*/
    color:#7c6401;
    font-style:normal;
    text-decoration:none;
    display:block;
    background-color:#fee47b;
    border-left:solid 10px #af8c01;
    padding:0.2em 0.2em;
    width:160px;
}
.menu a:hover.brown{/*shoppingのマウスをのせたとき*/
    color:#af8c01;
    font-style:normal;
    text-decoration:none;
    background-color:#fdfbc0;
    padding:0.2em 0.2em;
    border-left:solid 10px #7c6401;
}
.menu a.blue{/*companyのリンクされた文字*/
    color:#385f59;
    font-style:normal;
    text-decoration:none;
    display:block;
    background-color:#cde1de;
    border-left:solid 10px #518880;
    padding:0.2em 0.2em;
    width:160px;
}
.menu a:hover.blue{/*companyのマウスをのせたとき*/
    color:#518880;
    font-style:normal;
    text-decoration:none;
    background-color:#f4f9f8;
    padding:0.2em 0.2em;
    border-left:solid 10px #385f59;
}

.menu a.shiro{/*トップページへのリンクのリンクされた文字*/
    color:#ffffff;
    font-style:normal;
    text-decoration:none;
    display:block;
    background-color:#99cc00;
    padding:0.2em 0.2em;
}
.menu a:hover.shiro{/*トップページへのリンクのマウスをのせたとき*/
    color:#99cc00;
    font-style:normal;
    text-decoration:none;
    background-color:#ffffff;
    padding:0.2em 0.2em;
}




#searchform	{
	margin-top: 5px;
}
		
#searchform p	{
	margin-top: 2px;
	margin-bottom: 2px;
}


/*エントリー部分*/
#content {
	width: 700px;
	float: right;
	margin : 0px 5px 0px 5px ;
	/*font-size: 12px;*/
	line-height :150%;
}

#content p {
	clear: both;
	color:#000;
	margin: 5px 5px 0px 15px;
	/*font-size: 12px;*/
	line-height: 150%;
}

#content h2 {
	/*font-size: 12px;*/
	font-weight: bold;
	font-family: Verdana,Helvetica,sans-serif;
	border-bottom: 1px solid #FFF;
	color: #000;
	margin: 10px 0px 2px 15px;
}

#content h3 {
	/*font-size: 12px;*/
	font-weight: bold;
	font-family: Verdana,Helvetica,sans-serif;
	border-bottom: 1px solid #FFF;
	color: #000;
	margin: 10px 0px 2px 15px;
}

#content h4 {
	border-style: solid;
	border-color: #99cc00;
	border-width: 0px 0px 1px 10px;
	margin: 0px 10px 5px 10px;
	padding-left:5px;
	font-size:170%;
	font-weight:bold;
	color:#004000;
}

#content a {
	color: blue;
}
		
#content a:hover {
	color : #FF6600;
}		



		
/*フッター部分*/
#footer {
	width : 100%;
                clear: both;
	margin : 0px;
	padding: 0px;
	line-height: 100%;
}

a.footer:link {
                   font-size: 11pt;
                   text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
                   color:#000000 ; /*未訪問リンクのカラー*/
}
a.footer:visited {
                   font-size: 11pt;
                   text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
                   color:#000000 ; /*訪問済みリンクのカラー*/
}
                   a.footer:active {font-size: 11pt;
                   text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
                   color:#808080 ; /*クリックしたときのカラー*/
}
                   a.footer:hover {font-size: 11pt;
                   text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
                   color:#808080 ; /*マウスが乗ったときのカラー*/
}
		
#copyrights {
                width : 100%;
	clear: both;		
	font-size: 10px;
                text-align: center;
	height: 20px;
	margin: 0px 0px 0px 0px;
	background: url("/mt3/images/footer_bg.jpg");
}


/*  ナビボタン  */

#navi {
	background: url("https://www.youngvenus.co.jp/company/img/navi.gif");
	background-repeat: repeat-x;
	width : 950px;
	clear: both;		
	/*font-size: 10px;*/
	height: 20px;
	margin: 0;
}	

.navi1 {
	float : left;
	padding : 0px 10px 0px 10px;
	border-right:dotted 1px #8080C0;
}

.navi1 a:link, .navi1 a:visited, .navi1 a:active {
	color: blue;
	text-decoration: none;
	}

.navi1 a:hover {
	color: #FF0000;
	}

/*  ページナビ  */
.navi2 {
	/*border-top : 1px solid #BBB;
	border-bottom : 1px solid #BBB;*/
	/*font-size: 10px;*/
	color:#000;
	margin : 0px;
	padding : 2px 10px 2px 10px;
}

.navi2 a:link, .navi2 a:visited, .navi2 a:active {
	color: blue;
}

.navi2 a:hover {
	color: #FF0000;
}

