@charset "shift_jis";

.class_box_shadow3 {
    background: url("http://miyuki313.com/images/bg_cloth1.png") repeat scroll 0 0 #FFE400;
    border: 5px solid #FFFFFF;
    box-shadow: -6px 9px 17px rgba(0, 0, 0, 0.45);
    font-family: caption;
    font-size: 16px;
    font-weight: bolder;
    margin: 20px;
    min-height: 130px;
    min-width: 200px;
    padding: 20px 10px 11px 10px;
    position: relative;
    text-align: center;
    width:800px;
}

.class_box_shadow1 {
    background: url("http://miyuki313.com/images/bg_cloth1.png") repeat scroll 0 0 #FFE400;
    border: 5px solid #FFFFFF;
    box-shadow: -6px 9px 17px rgba(0, 0, 0, 0.45);
    font-family: caption;
    font-size: 16px;
    font-weight: bolder;
    margin: 20px;
    min-height: 130px;
    min-width: 200px;
    padding: 20px 10px 11px 10px;
    position: relative;
    text-align: left;
    width:800px;
}

body         {
	font-family: 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3'; 
               font-size: 75%; line-height: 2; color: #666666; text-align: 
               center; background-color: #FFFFFF;  
               background-repeat: repeat; background-attachment: scroll; 
  　;           
   margin: 0px; padding: 0px; background-position: 0% ;
}
ul{
	list-style-type: none;
}

img {
	border: none;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

input {
	background: #f5f5f5;
}

.color {
	color: #fc47a4;
}



/*メイン画像（画像の両サイドの影を設定しています）
------------------------------------------------------------------*/
#main-img    {
	 
               background-repeat: repeat-y; background-attachment: scroll; 
               position: relative; padding-left: 6px; padding-right: 6px; 
               background-position: center ;
}
/*h1タグ設定
------------------------------------------------------------------
■font-sizeで文字の大きさを指定しています。
■leftとtopの数値を変更してh1の位置の微調整ができます。
■colorで文字色を指定します。
------------------------------------------------------------------*/
#main-img h1 {
	position: absolute;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	left: 20px;
	top: 10px;
}



/*コンテナー
------------------------------------------------------------------*/
#container {
	margin: 0px auto 20px;
	width: 900px;
	text-align: left;
}



/*コンテンツ（メイン、サブの両ブロックの外側）
------------------------------------------------------------------*/
#contents    {
	 
               background-repeat: repeat-y; background-attachment: scroll; 
               padding-top: 30px; padding-bottom: 50px; background-position: 
               center ;
}
/*メインメニュー（リストタグを横並びに設定）
------------------------------------------------------------------*/
ul#menu li {
	display: inline;
}



/*メインコンテンツ（右側ブロック）
------------------------------------------------------------------*/
#main {
	float: right;
	width: 520px;
	display: inline;
	margin-right: 100px;
}

#main h2 {
	line-height: 33px;
	background-repeat: repeat;
	background-attachment: scroll;
	height: 33px;
	font-size: 100%;
letter-spacing: 2px;
	padding-left: 20px;
	background-position: 0% center;
}
#main p {
	padding: 0.5em 10px 1em;
letter-spacing: 1.5px;
}



/*サブコンテンツ（左側ブロック）
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 226px;
	display: inline;
	margin-left: 20px;
}

#sub p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/
#sub .submenu {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 5px solid #fc47a4;
	margin-bottom : 20px;
	border-right: 1px solid #fc47a4;
	border-left: 1px solid #fc47a4;
}

#sub .submenu a {
	color: #fc47a4;
	text-decoration: none;
	border-bottom: 1px dotted #fc47a4;
	display: block;
	width: 224px;
}

#sub .submenu a:hover {
	background: #f5f5f5;
}

/*サブコンテンツ内、サブメニュー下のTOPICSコーナー
------------------------------------------------------------------*/
#sub .menubottom {
	border-right: 1px solid #fc47a4;
	border-bottom: 5px solid #fc47a4;
	border-left: 1px solid #fc47a4;
	padding-right: 5px;
	padding-left: 5px;
	width: 214px;
}

#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-color: transparent;
	background-image: url(http://miyuki313.com/images/bg_pagetop.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 60%;
}

#textlink{
	margin-left:30px;
margin-right:30px;
padding:12px 4px 25px 4px;
text-align:center;
font-size:11px;
}


/*フッター
------------------------------------------------------------------*/
#footer      {
	clear: both; text-align: center;  
               background-repeat: no-repeat; background-attachment: scroll; 
               padding-top: 20px; padding-bottom: 20px; background-position: 
               center top ;
}
/*clearfix
------------------------------------------------------------------*/
#contents:after {
	content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents {
	display: inline-block; 
}

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents {
	display: block; 
}

#box {overflow: auto;width: 300px;height: 200px;}
#box iframe {width: 295px; /*PC版の幅−5pxくらい*/height: 200px;}。

/* End hide from IE-mac */
