/*------------------------------------------------------------
■ブラウザ ― CSSリセット
-------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,table,th,td{
	margin: 0;
	padding: 0;
}
blockquote{
 margin: 10px 7px 7px 0px;
 padding: 0px;
}
table{ border-collapse: collapse; border-spacing: 0; }
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{ font-style: normal; font-weight: normal; }
fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{ border: none; vertical-align: bottom; }



/*------------------------------------------------------------
■コンテンツ
-------------------------------------------------------------*/
* {
 margin: 0;
 padding: 0;
}

body {
	height: 100%;						/*縦幅の設定*/
	font-family: Arial, Helvetica, sans-serif;	/*フォント*/
	background-color: #ffffff;			/*背景色*/
	background-image: url("http://blog-imgs-43-origin.fc2.com/0/y/e/0yencreater1/bg-skyblue.png");	/*背景画像のURL*/
	background-repeat: repeat-x;		/*背景繰り返し*/
	font-size: 14px;					/*文字サイズ*/
	color: #525252;						/*文字色*/
}

img { border:0; }						/*画像の外枠の設定*/

a {										/*リンクの設定*/
	color: #0000ff;						/*文字色*/
	text-decoration: none;				/*下線*/
}

a:visited {								/*リンク 訪問済みの設定*/
	color: #551a8b;						/*文字色*/
	text-decoration: none;				/*下線*/
}

a:hover {								/*リンク ホバー時の設定*/
	background-color: #CCCCFF;			/*背景色*/
	color: #0000ff;						/*文字色*/
	text-decoration: none;				/*下線*/
}

a img { border: none; background-color: transparent;}			/*画像リンク 外枠 背景の設定*/
a:hover img { border: none; background-color: transparent;}		/*画像リンク ホバー時の外枠 背景の設定*/

blockquote{								/*引用の設定*/
	background:#efefef none repeat scroll 0% 50%;	/*背景の設定*/
	border-left:5px solid #cfcfcf;					/*外枠の設定*/
	margin:15px 30px 15pt 10px;						/*マージンの設定*/
	padding:5px 10px 5px 20px;						/*ペディングの設定*/
}

#container {
	width: 1020px;						/*横幅の設定*/
	margin: 0px auto;					/*マージンの設定*/
	background-image: url("http://blog-imgs-43-origin.fc2.com/0/y/e/0yencreater1/bg.png");	/*背景画像のURL*/
	background-position: center top;	/*背景位置*/
	background-repeat: repeat-y;		/*背景繰り返し*/
}

#wrapper {											/*サイトの骨組み部分*/
	width: 1000px;									/*横幅の設定*/
	margin: 0px auto;								/*マージンの設定*/
	padding: 0px;									/*ペディングの設定*/
	border: 1px solid #dfdfdf;						/*外枠の設定*/
	background: #ffffff;							/*背景の設定*/
	color: #333333;									/*文字色の設定*/
	font: 1.0em/150% 'arial', sans-serif;			/*フォントの設定*/
}



/* ヘッダー */

#header {						/*ヘッダー部分*/
	display: block;				/*要素の表示形式*/
	width: 100%;				/*横幅の設定*/
	height: 165px;				/*縦幅の設定*/
	margin: 0px;				/*マージンの設定*/
	padding: 0px;				/*ペディングの設定*/
	background: #ffffff;		/*背景色の設定*/
	background:url("http://blog-imgs-43-origin.fc2.com/0/y/e/0yencreater1/top-blue.png") no-repeat 0px;	/*背景の設定*/
}

#header a:hover { background-color: transparent; }	/*背景色の設定*/

#header #title {
	margin: 0px 0px 10px 25px;						/*マージンの設定*/
	padding-top: 30px;								/*ペディングの設定*/
	color: #808080;									/*文字色の設定*/
	font-size: 2.5em ;								/*フォントの設定*/
	text-align: left;								/*文字配置*/
}

#header #title a {
	display: block;		/*要素の表示形式*/
	color: #b9b9b9;		/*文字色の設定*/
}

#header #discription {
	margin: 0px 0px 0px 30px;	/*マージンの設定*/
	padding: 0;					/*ペディングの設定*/
	color: #b9b9b9;				/*文字色の設定*/
	text-align: left;			/*文字配置*/
}



/* ナビゲーションメニュー */
.navi {
	display: block;		/*要素の表示形式*/
	float: left;		/*回り込み*/
	width: 100%;		/*横幅の設定*/
	height: 32px;		/*縦幅の設定*/
	margin-top: 42px ;	/*マージン ナビげーションメニューの高さを調節*/
}

.navi ul {
	list-style: none;
	font-weight: bold;			/*フォント太さの設定*/
	text-align: right;			/*文字配置*/
	padding: 0px 25px 0 0;		/*ペディングの設定*/
	color: #fff;				/*文字色の設定*/
}

.navi li {
	display: inline;			/*要素の表示形式*/
	white-space: nowrap;		/*空白文字の処理方法*/
	vertical-align: middle;		/*縦方向の揃え位置の指定*/
}

.navi li a {					/*リンク*/
	top: 125px;
	font-size: 13px;			/*フォントサイズの設定*/
	text-decoration: none;		/*テキスト装飾*/
	padding: 0px 7px;			/*ペディングの設定*/
	color: #000;				/*文字色の設定*/
	background: transparent;	/*背景色*/
}

.navi li a:hover {					/*リンク マウスホバー*/
	color: #ff0084;					/*文字色の設定*/
	text-decoration:none;			/*テキスト装飾*/
	background-color: transparent;	/*背景色*/
}



/* コンテンツ */
#contents {
	float: left;				/*回り込み*/
	width: 500px;				/*横幅の設定*/
	margin: 15px 10px 20px 0px;	/*マージンの設定*/
	padding: 0px;				/*ペディングの設定*/
	background: #ffffff;		/*背景色*/
	font-size: 1.0em;			/*フォントサイズの設定*/
	text-align: left;			/*文字配置*/
}

.contents_title {
	margin: 0px 12px 10px 20px;				/*マージンの設定*/
	padding: 8px 15px;						/*ペディングの設定*/
	border-top: 1px solid #999999;			/*外枠（上部）の設定*/	
	border-right: 1px solid #999999;		/*外枠（右側）の設定*/
	border-bottom: 1px solid #999999;		/*外枠（下部）の設定*/
	border-left: 8px solid #2ca9e1;			/*外枠（左側）の設定*/
	background: #f1f1f1;					/*背景色*/
	color: #000000;							/*文字色の設定*/
	font: bold 1.3em 'arial', sans-serif;	/*フォントの設定*/
	text-align: left;						/*文字配置*/
}

.contents_title a {
	color: #000000;						/*文字色の設定*/
	text-decoration: none;				/*テキスト装飾*/
	background-color: transparent;		/*背景色*/
}

#contents .contents_body {
	margin: 15px 12px 15px 20px;	/*マージンの設定*/
	padding: 0px;					/*ペディングの設定*/
}

#contents  .fc2_footer {
	margin: 15px 25px;	/*マージンの設定*/
	padding: 0px;		/*ペディングの設定*/
}

#contents h3 {
	margin: 60px 25px 20px 0px;				/*マージンの設定*/
	padding: 12px 10px;						/*ペディングの設定*/
	border-top: 1px solid #dbd9da;			/*外枠（上部）の設定*/
	border-bottom: 1px solid #dbd9da;		/*外枠（下部）の設定*/
	color: #494949;							/*文字色の設定*/
	font: bold 1.3em 'arial', sans-serif;	/*フォントの設定*/
	text-align: left;						/*文字配置*/
}

#contents h4 {
	margin: 45px 25px 20px 0px;				/*マージンの設定*/
	padding: 5px 10px;						/*ペディングの設定*/
	border-left: 5px solid #6c6c6c;			/*外枠（左側）の設定*/
	color: #6c6c6c;							/*文字色の設定*/
	font: bold 1.0em 'arial', sans-serif;	/*フォントの設定*/
	text-align: left;						/*文字配置*/
}

#contents img.middle {
	vertical-align:middle;		/*縦方向の揃え位置の指定*/
}

.contents_body ol { 
	margin: 0;				 	/*マージンの設定*/
	padding :0; 				/*ペディングの設定*/
	list-style-type : none; 	/*リスト（先頭記号）*/
}

.contents_body li { 
	list-style-type : none;			/*リスト（先頭記号）*/
	background-image: url("http://blog-imgs-43-origin.fc2.com/0/y/e/0yencreater1/contents-list.png");	/*背景画像*/
	background-repeat:no-repeat;	/*背景の繰り返しの設定色*/
	padding-left:15px; 				/*ペディング（左内側の余白）の設定*/
	display: block;					/*要素の表示形式*/
	margin:1px 0px;					/*マージンの設定*/
	background-position: 0 4px;		/*背景の位置*/
}



/* コメントとトラックバック */

#entryfooter ul.information li.date {
	background:url("http://blog-imgs-43-origin.fc2.com/0/y/e/0yencreater1/calendar-icon.png") no-repeat 0px;
}	/*背景画像*/
#entryfooter ul.information li.category {
	background:url("http://blog-imgs-43-origin.fc2.com/0/y/e/0yencreater1/Category-icon.png") no-repeat 0px;
}	/*背景画像*/
#entryfooter ul.information li.comment {
	background:url("http://blog-imgs-43-origin.fc2.com/0/y/e/0yencreater1/Comment-icon.png") no-repeat 0px;
}	/*背景画像*/
#entryfooter ul.information li.trackback {
	background:url("http://blog-imgs-43-origin.fc2.com/0/y/e/0yencreater1/Trackback-icon.png") no-repeat 0px;
}	/*背景画像*/
#entryfooter ul.information li.date, li.category, li.comment, li.trackback {
	padding-left:19px;		/*ペディング（左内側の余白）の設定*/
	display: inline;		/*要素の表示形式*/
	margin-right:3px;		/*マージン（右側の余白）の設定*/
	font-size: .8em;		/*フォントサイズの設定*/
	line-height: normal;	/*行の高さ*/
}
#entryfooter ul.information li.date a, li.category a, li.comment a, li.trackback a {
	color: #474747;						/*文字色の設定*/
	text-decoration:none;				/*テキスト装飾*/
	list-style-type : none;				/*リスト（先頭記号）*/
}

#entryfooter ul.information li.date a:hover, li.category a:hover, li.comment a:hover, li.trackback a:hover {
	color: #ff0084;						/*文字色の設定*/
	text-decoration:none;				/*テキスト装飾*/
	background-color: transparent;		/*背景色*/
}

.comments {
	background-image: url("http://blog-imgs-43-origin.fc2.com/0/y/e/0yencreater1/0yencreater1-comments.jpg");		/*背景画像*/
	background-repeat: no-repeat;	/*背景の繰り返しの設定*/
	font: bold 17px;				/*フォントの設定*/
	color: #a3a3a3;					/*文字色の設定*/
	margin: 30px 0 20px 0;			/*マージンの設定*/
	padding-left: 15px;				/*マージン（右側の余白）の設定*/
	line-height: 48px;				/*行の高さ*/
}

.addcommnet {
	background-image: url("http://blog-imgs-43-origin.fc2.com/0/y/e/0yencreater1/0yencreater1-addcommnet.jpg");		/*背景画像*/
	background-repeat: no-repeat;	/*背景の繰り返しの設定*/
	font: bold 17px;				/*フォントの設定*/
	color: #a3a3a3;					/*文字色の設定*/
	margin: 30px 0 20px 0;			/*マージンの設定*/
	padding-left: 15px;				/*マージン（右側の余白）の設定*/
	line-height: 48px;				/*行の高さ*/
}

.trackbacks {
	background-image: url("http://blog-imgs-43-origin.fc2.com/0/y/e/0yencreater1/0yencreater1-trackbacks.jpg");		/*背景画像*/
	background-repeat: no-repeat;	/*背景の繰り返しの設定*/
	font: bold 17px;				/*フォントの設定*/
	color: #a3a3a3;					/*文字色の設定*/
	margin: 30px 0 20px 0;			/*マージンの設定*/
	padding-left: 15px;				/*マージン（右側の余白）の設定*/
	line-height: 48px;				/*行の高さ*/
}



/* ページ */

.bookmark {								/*ソーシャルボタン部分*/
	margin: 20px 0 0 0;					/*マージンの設定*/
	padding: 10px 10px;					/*ペディングの設定*/
	border-top: 1px dashed #999999;		/*外枠（上部）の設定*/
	line-height: normal;				/*行の高さ*/
	text-align: right;					/*文字配置*/
}

.taglist {								/*タグリスト部分*/
	margin: 0px 0 2px 0;				/*マージンの設定*/
	padding: 5px 10px;					/*ペディングの設定*/
	border-top: 1px solid #2ca9e1;		/*外枠（上部）の設定*/
	border-bottom: 1px solid #2ca9e1;	/*外枠（下部）の設定*/
	background: #eff5f8;				/*背景色*/
	line-height: normal;				/*行の高さ*/
	font-size: .8em;					/*フォントサイズの設定*/
	color: #474747;						/*文字色の設定*/
}

.taglist a {
	color: #474747;				/*文字色の設定*/
	text-decoration:none;		/*テキスト装飾*/
	list-style-type : none;		/*リスト（先頭記号）*/
}

.taglist a:hover {
	color: #ff0084;					/*文字色の設定*/
	text-decoration:none;			/*テキスト装飾*/
	background-color: transparent;	/*背景色*/
}



/* サイドバー */
#firstSide {				/*プラグイン1*/
	float: left;			/*回り込み*/
	width: 285px;			/*横幅の設定*/
	padding: 0 0 0 0px;		/*ペディングの設定*/
}

#secondSide {				/*プラグイン2*/
	float: right;			/*回り込み*/
	width: 185px;			/*横幅の設定*/
	padding: 0 20px 0 0;	/*ペディングの設定*/
}

#thirdSide {				/*プラグイン3*/
	margin: 15px 20px 0px;	/*マージンの設定*/
	position: relative;		/*配置方式の指定*/
	float: left;			/*回り込み*/
	padding: 0;				/*ペディングの設定*/
	border: 0;				/*外枠の設定*/
	overflow: hidden;		/*要素からはみ出た箇所の処理方法*/
	width: 960px;			/*横幅の設定*/
}

.side1 h4 {
	margin: 15px 15px 10px 0px;				/*マージンの設定*/
	padding: 5px 10px;						/*ペディングの設定*/
	border-bottom: 1px dashed #18191e;		/*外枠（下部）の設定*/
	border-left: 5px solid #18191e;			/*外枠（左側）の設定*/
	color: #18191e;							/*文字色の設定*/
	font: bold 1.0em 'arial', sans-serif;	/*フォントの設定*/
	text-align: left;						/*文字配置*/
}

.side2 h4 {
	margin: 15px 0px 10px 0px;				/*マージンの設定*/
	padding: 5px 10px;						/*ペディングの設定*/
	border-bottom: 1px dashed #18191e;		/*外枠（下部）の設定*/
	border-left: 5px solid #18191e;			/*外枠（左側）の設定*/
	color: #18191e;							/*文字色の設定*/
	font: bold 1.0em 'arial', sans-serif;	/*フォントの設定*/
	text-align: left;						/*文字配置*/
}

.side1 ul {
	list-style:none;
	width: 260px;				/*横幅の設定*/
	padding: 0px 5px 0px 5px;	/*ペディングの設定*/
	text-align: left;			/*文字配置*/
}

.side2 ul {
	list-style:none;
	width: 160px;				/*横幅の設定*/
	padding: 0px 5px 0px 5px;	/*ペディングの設定*/
	text-align: left;			/*文字配置*/
}

.side1 p , .side2 p{
	padding: 3px 0px 5px 0px;	/*ペディングの設定*/
	text-align: left;			/*文字配置*/
}


.side1 li, .side2 li {
	line-height: 0;				/*行の高さ*/
	text-align: left;			/*文字配置*/
}

.side1 li a, .side2 li a {
	display:block;						/*要素の表示形式*/
	line-height: normal;				/*行の高さ*/
	padding: 3px 0px 3px 0px;			/*ペディングの設定*/
	border-bottom: 1px dashed #999999;	/*外枠（下部）の設定*/
	background: #ffffff;				/*背景色*/
	color: #999999;						/*文字色の設定*/
	font-size: 0.9em;					/*フォントの設定*/
	text-align: left;					/*文字配置*/
	text-decoration: none;				/*テキスト装飾*/
}

.side1 li a:hover, .side2 li a:hover {
	border-bottom: 1px dashed #0600B3;	/*外枠（下部）の設定*/
	background: #efefef;				/*背景色*/
	color: #0600B3;						/*文字色の設定*/
}

.tokushu{
	display: block;			/*要素の表示形式*/
	text-align: left;		/*文字配置*/
	height: 40px;			/*縦幅の設定*/
}

.tokushu img{
	float: left;			/*回り込み*/
	margin: 0 5px 0 5px;	/*マージンの設定*/
	display: block;			/*要素の表示形式*/
}

.tokushu h5{
	font-size: 9pt;			/*フォントサイズの設定*/
	line-height: 8px;		/*行の高さ*/
	height: 8px;			/*縦幅の設定*/
	padding-top: 5px;		/*ペディングの設定*/
	margin: 0 0 5px 40px;	/*マージンの設定*/
	text-align: left;		/*文字配置*/
	display: block;			/*要素の表示形式*/
	font-weight: 700;		/*フォント太さの設定*/
	color: #ff0000;			/*文字色の設定*/
}

.tokushu p{
	font-size: 7pt;			/*フォントサイズの設定*/
	line-height: 11px;		/*行の高さ*/
	height: 11px;			/*縦幅の設定*/
	margin-left: 40px;		/*マージン（左側の余白）の設定*/
	display: block;			/*要素の表示形式*/
	color: #000;			/*文字色の設定*/
}

.tokushu a {
	display: block;			/*要素の表示形式*/
	text-decoration: none;	/*テキスト装飾*/
}

.tokushu a:hover {
	display: block;						/*要素の表示形式*/
	color: #E43C15;						/*文字色の設定*/
	text-decoration: underline;			/*テキスト装飾*/
	background-color: transparent;		/*背景色*/
}

/* プラグイン3 */
.top_area{
	display: block;		/*要素の表示形式*/
}
.top_banner {
	display: block;		/*要素の表示形式*/
	float: left;		/*回り込み*/
	padding: 0;			/*ペディングの設定*/
	margin-right: 10px;	/*マージン（右側の余白）の設定*/
}
.top_text
{
	display: block;		/*要素の表示形式*/
	margin-right: 10px;	/*マージン（右側の余白）の設定*/
	float: right;		/*回り込み*/
	width: 202px;		/*横幅の設定*/
}
.top_text h3 {
	font-size: 9pt;					/*フォントサイズの設定*/
	font-weight: 700;				/*フォント太さの設定*/
	line-height: 1.1em;				/*行の高さ*/
	border-bottom: 1px solid #ccc;	/*外枠（下部）の設定*/
	margin-bottom: 3px;				/*マージン（下部の余白）の設定*/
	padding: 0;						/*ペディングの設定*/
	color: #474848;					/*文字色の設定*/
}

#thirdSide ul li {
	padding:0px 0 0px 18px;			/*ペディングの設定*/
	background-image: url("http://blog-imgs-47-origin.fc2.com/d/e/s/designplus1/list-plugin.png");		/*背景画像*/
	background-repeat:no-repeat;	/*背景の繰り返しの設定*/
	background-position: 0 3px;		/*背景の位置*/
	margin:0;						/*マージンの設定*/
	line-height:1.2em;				/*行の高さ*/
	display:block;					/*要素の表示形式*/
	font-size: 12px;				/*フォントサイズの設定*/
}

.top_text a {
	color: #474747;					/*文字色の設定*/
	line-height: 11px;				/*行の高さ*/
	font-weight: bold;				/*フォント太さの設定*/
}

.top_text a:hover {
	color: #ff0084;					/*文字色の設定*/
	text-decoration:none;			/*テキスト装飾*/
	background-color: transparent;	/*背景色*/
}



/* フッター */
#footer {
	clear:both;
	width: 100%;			/*横幅の設定*/
	height: 65px;			/*縦幅の設定*/
	margin-top: 20px;		/*マージン（上部の余白）の設定*/
	padding: 20px 0px 0px;	/*ペディングの設定*/
	background: #ededed;	/*背景色*/
	font-size: 0.8em;		/*フォントサイズの設定*/
	text-align: center;		/*文字配置*/
}



/*------------------------------------------------------------
■各種Classタグ一覧
------------------------------------------------------------*/
/*************************************************************
【option】記事タイトル上の468x60広告部分　不要なら削除してください
*************************************************************/

.sponsored {
	margin: 0px 12px 10px 20px;			/*マージンの設定*/
	padding: 8px 15px;					/*ペディングの設定*/
	border-top: 1px solid #999999;		/*外枠（上部）の設定*/
	border-right: 1px solid #999999;	/*外枠（右側）の設定*/
	border-bottom: 1px solid #999999;	/*外枠（下部）の設定*/
	border-left: 8px solid #2ca9e1;		/*外枠（左側）の設定*/
	background: #f1f1f1;				/*背景色*/
	color: #000000;						/*文字色の設定*/
	font: bold 1.3em 'arial', sans-serif;		/*フォントの設定*/
	text-align: left;					/*文字配置*/
}


/*************************************************************
【ボタンの設定】
*************************************************************/

a.button {
	background:#82ae46;		/*背景色*/
	height:25px;			/*縦幅の設定*/
	width:140px;			/*横幅の設定*/
	padding:5px 10px;		/*ペディングの設定*/
	text-decoration:none;	/*テキスト装飾*/
	color:#FFFFFF;			/*文字色の設定*/
	font-weight:bold;		/*フォント太さの設定*/
	font-size:12px;			/*フォントサイズの設定*/
	position:relative;		/*配置方式の指定*/
}

a.button:hover {
	background:#b8d200;		/*背景色*/
	text-decoration:none;	/*テキスト装飾*/
}

a.button2 {
	background:#2ca9e1;		/*背景色*/
	height:25px;			/*縦幅の設定*/
	width:140px;			/*横幅の設定*/
	padding:5px 10px;		/*ペディングの設定*/
	text-decoration:none;	/*テキスト装飾*/
	color:#FFFFFF;			/*文字色の設定*/
	font-weight:bold;		/*フォント太さの設定*/
	font-size:12px;			/*フォントサイズの設定*/
	position:relative;		/*配置方式の指定*/
}

a.button2:hover {
	background:#a0d8ef;		/*背景色*/
	text-decoration:none;	/*テキスト装飾*/
}

.link {
	background:#e95295;			/*背景色*/
	margin: 0px 3px 0px 0px;	/*マージンの設定*/
	height:16px;				/*縦幅の設定*/
	width:140px;				/*横幅の設定*/
	padding:1px 6px;			/*ペディングの設定*/
	text-decoration:none;		/*テキスト装飾*/
	color:#FFFFFF;				/*文字色の設定*/
	font-weight:bold;			/*フォント太さの設定*/
	font-size:12px;				/*フォントサイズの設定*/
	position:relative;			/*配置方式の指定*/
	left:0;top:0;
}


/*************************************************************
【marginの設定】
*************************************************************/

.m0	{ margin: 0 ; }					/*margin-0px(周りのブロックから0px)をhtml上で指定するタグがm0*/
.m0-t	{ margin-top: 0 ; }			/*margin-top0px(周りのブロックから上0px)をhtml上で指定するタグがmt_0*/
.m0-r	{ margin-right: 0 ; }		/*margin-right0px(周りのブロックから右0px)をhtml上で指定するタグがmr_0*/
.m0-b	{ margin-bottom: 0 ; }		/*margin-bottom0px(周りのブロックから下0px)をhtml上で指定するタグがmb_0*/
.m0-l	{ margin-left: 0 ; }		/*margin-left0px(周りのブロックから左0px)をhtml上で指定するタグがml_0*/

.m5	{ margin: 5px ; }
.m5-t	{ margin-top: 5px ; }
.m5-r	{ margin-right: 5px ; }
.m5-b	{ margin-bottom: 5px ; }
.m5-l	{ margin-left: 5px ; }

.m10	{ margin: 10px ; }
.m10-t	{ margin-top: 10px ; }
.m10-r	{ margin-right: 10px ; }
.m10-b	{ margin-bottom: 10px ; }
.m10-l	{ margin-left: 10px ; }

.m15	{ margin: 15px ; }
.m15-t	{ margin-top: 15px ; }
.m15-r	{ margin-right: 15px ; }
.m15-b	{ margin-bottom: 15px ; }
.m15-l	{ margin-left: 15px ; }

.m20	{ margin: 20px ; }
.m20-t	{ margin-top: 20px ; }
.m20-r	{ margin-right: 20px ; }
.m20-b	{ margin-bottom: 20px ; }
.m20-l	{ margin-left: 20px ; }

.m25	{ margin: 25px ; }
.m25-t	{ margin-top: 25px ; }
.m25-r	{ margin-right: 25px ; }
.m25-b	{ margin-bottom: 25px ; }
.m25-l	{ margin-left: 25px ; }

.m30	{ margin: 30px ; }
.m30-t	{ margin-top: 30px ; }
.m30-r	{ margin-right: 30px ; }
.m30-b	{ margin-bottom: 30px ; }
.m30-l	{ margin-left: 30px ; }

.m35	{ margin: 35px ; }
.m35-t	{ margin-top: 35px ; }
.m35-r	{ margin-right: 35px ; }
.m35-b	{ margin-bottom: 35px ; }
.m35-l	{ margin-left: 35px ; }

.m40	{ margin: 40px ; }
.m40-t	{ margin-top: 40px ; }
.m40-r	{ margin-right: 40px ; }
.m40-b	{ margin-bottom: 40px ; }
.m40-l	{ margin-left: 40px ; }

.m45	{ margin: 45px ; }
.m45-t	{ margin-top: 45px ; }
.m45-r	{ margin-right: 45px ; }
.m45-b	{ margin-bottom: 45px ; }
.m45-l	{ margin-left: 45px ; }

.m50	{ margin: 50px ; }
.m50-t	{ margin-top: 50px ; }
.m50-r	{ margin-right: 50px ; }
.m50-b	{ margin-bottom: 50px ; }
.m50-l	{ margin-left: 50px ; }

.m55	{ margin: 55px ; }
.m55-t	{ margin-top: 55px ; }
.m55-r	{ margin-right: 55px ; }
.m55-b	{ margin-bottom: 55px ; }
.m55-l	{ margin-left: 55px ; }

.m60	{ margin: 60px ; }
.m60-t	{ margin-top: 60px ; }
.m60-r	{ margin-right: 60px ; }
.m60-b	{ margin-bottom: 60px ; }
.m60-l	{ margin-left: 60px ; }

.m65	{ margin: 65px ; }
.m65-t	{ margin-top: 65px ; }
.m65-r	{ margin-right: 65px ; }
.m65-b	{ margin-bottom: 65px ; }
.m65-l	{ margin-left: 65px ; }

.m70	{ margin: 70px ; }
.m70-t	{ margin-top: 70px ; }
.m70-r	{ margin-right: 70px ; }
.m70-b	{ margin-bottom: 70px ; }
.m70-l	{ margin-left: 70px ; }


/**************************************************************
【paddingの設定】
**************************************************************/

.p0	{ padding: 0 ; }				/*padding-0pxをhtml上で指定するタグがm0*/
.p0-t	{ padding-top: 0 ; }		/*padding-top0pxをhtml上で指定するタグがmt_0*/
.p0-r	{ padding-right: 0 ; }		/*padding-right0pxをhtml上で指定するタグがmr_0*/
.p0-b	{ padding-bottom: 0 ; }		/*padding-bottom0pxをhtml上で指定するタグがmb_0*/
.p0-l	{ padding-left: 0 ; }		/*padding-left0pxをhtml上で指定するタグがml_0*/

.p5{ padding: 5px ; }
.p5-t{ padding-top: 5px ; }
.p5-r{ padding-right: 5px ; }
.p5-b{ padding-bottom: 5px ; }
.p5-l{ padding-left: 5px ; }

.p10{ padding: 10px ; }
.p10-t{ padding-top: 10px ; }
.p10-r{ padding-right: 10px ; }
.p10-b{ padding-bottom: 10px ; }
.p10-l{ padding-left: 10px ; }

.p15{ padding: 15px ; }
.p15-t{ padding-top: 15px ; }
.p15-r{ padding-right: 15px ; }
.p15-b{ padding-bottom: 15px ; }
.p15-l{ padding-left: 15px ; }

.p20{ padding: 20px ; }
.p20-t{ padding-top: 20px ; }
.p20-r{ padding-right: 20px ; }
.p20-b{ padding-bottom: 20px ; }
.p20-l{ padding-left: 20px ; }

.p25{ padding: 25px ; }
.p25-t{ padding-top: 25px ; }
.p25-r{ padding-right: 25px ; }
.p25-b{ padding-bottom: 25px ; }
.p25-l{ padding-left: 25px ; }

.p30{ padding: 30px ; }
.p30-t{ padding-top: 30px ; }
.p30-r{ padding-right: 30px ; }
.p30-b{ padding-bottom: 30px ; }
.p30-l{ padding-left: 30px ; }

.p35{ padding: 35px ; }
.p35-t{ padding-top: 35px ; }
.p35-r{ padding-right: 35px ; }
.p35-b{ padding-bottom: 35px ; }
.p35-l{ padding-left: 35px ; }

.p40{ padding: 40px ; }
.p40-t{ padding-top: 40px ; }
.p40-r{ padding-right: 40px ; }
.p40-b{ padding-bottom: 40px ; }
.p40-l{ padding-left: 40px ; }

.p45{ padding: 45px ; }
.p45-t{ padding-top: 45px ; }
.p45-r{ padding-right: 45px ; }
.p45-b{ padding-bottom: 45px ; }
.p45-l{ padding-left: 45px ; }

.p50{ padding: 50px ; }
.p50-t{ padding-top: 50px ; }
.p50-r{ padding-right: 50px ; }
.p50-b{ padding-bottom: 50px ; }
.p50-l{ padding-left: 50px ; }

.p55{ padding: 55px ; }
.p55-t{ padding-top: 55px ; }
.p55-r{ padding-right: 55px ; }
.p55-b{ padding-bottom: 55px ; }
.p55-l{ padding-left: 55px ; }

.p60{ padding: 60px ; }
.p60-t{ padding-top: 60px ; }
.p60-r{ padding-right: 60px ; }
.p60-b{ padding-bottom: 60px ; }
.p60-l{ padding-left: 60px ; }

.p65{ padding: 65px ; }
.p65-t{ padding-top: 65px ; }
.p65-r{ padding-right: 65px ; }
.p65-b{ padding-bottom: 65px ; }
.p65-l{ padding-left: 65px ; }

.p70{ padding: 70px ; }
.p70-t{ padding-top: 70px ; }
.p70-r{ padding-right: 70px ; }
.p70-b{ padding-bottom: 70px ; }
.p70-l{ padding-left: 70px ; }


/**************************************************************
【fontの設定】
**************************************************************/

.normal{ font-weight: normal ; }			/*普通の文字*/
.small{ font-size: 80% ; }					/*小さな文字*/
.big{ font-size: 120% ; }					/*大きな文字*/
.b{ font-weight: bold ; }					/*太文字*/
.underline{ text-decoration: underline ; }	/*文字の下線*/

.text10 { font-size:77%; }		/*フォントサイズ77%*/
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


/**************************************************************
【colorの設定】
**************************************************************/

.black{ color: #000 ; }		/*黒色*/
.red{ color: #ff0000 ; }	/*赤色*/
.blue{ color: #0000dd ; }	/*青色*/
.green{ color: #008000 ; }	/*緑色*/
.orange{ color: #ff6600 ; }	/*橙色*/
.pink{ color: #e3297d ; }	/*ピンク*/


/**************************************************************
【文字背景色の設定】
**************************************************************/

.box-yellow{ background-color: #ffff00 ; }	/*黄色の文字背景*/
.box-blue{ background-color: #4ab0f5 ; }	/*青色の文字背景*/
.box-red{ background-color: #fc9b8b ; }		/*赤色の文字背景*/


/****************************************************************
【alignの設定】
*****************************************************************/

.al-c{ text-align: center; }	/*中央寄せ*/
.al-r{ text-align: right; }		/*右寄せ*/
.al-l{ text-align: left; }		/*左寄せ*/

.r-flo{ float : right; margin: 5px; }		/* 右に回り込み */
.l-flo{ float : left; margin: 5px; }		/* 左に回り込み */
.f-clear{ clear : both; }					/* 回り込みの解除 */


/****************************************************************
【画像 不透明度の設定】※初期設定は60%
*****************************************************************/

a img.linkimg{ background:none!important; }
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}


/*------------------------------------------------------------
Designed by Toshiyuki Nakata
http://toshiiy.blog22.fc2.com/
-------------------------------------------------------------*/
